Skip to content
Snippets Groups Projects
Select Git revision
  • 2b79ab623163a057b036c93eb6b6ca726d728545
  • master default protected
  • leo
  • dex
  • pendulum
  • apfelstruder
  • littlerascal
7 results

index.html

Blame
  • index.html 715 B
    <!DOCTYPE html>
    <html>
    
    <head>
        <title>cuttlefish</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">
        <link href="asset/emoji.css" rel="stylesheet">
        <script src="view/jquery.min.js"></script>
        <script src="view/d3.js"></script>
        <script src="libs/math.js" type="text/javascript"></script>
        <script type="module" src="bootstrap.js"></script>
    
        <div id="wrapper">
        	<!-- bootloop puts first view inside of this div -->
        </div>
    
    </body>
    
    </html>