Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

index.html

Blame
  • index.html 721 B
    <!DOCTYPE html>
    <html>
    
    <head>
        <title>cl-step-tuner</title>
        <!-- these three disable caching -->
        <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Expires" content="-1" />
    </head>
    
    <body>
        <link href="style.css" rel="stylesheet">
        <script src="../osapjs/client/libs/jquery.min.js"></script>
        <script src="../osapjs/client/libs/math.js" type="text/javascript"></script>
        <script src="../osapjs/client/libs/d3.js"></script>
        <script type="module" src="clStepClient.js"></script>
    
        <div id="wrapper">
        	<!-- bootloop puts first view inside of this div -->
        </div>
    
    </body>
    
    </html>