Skip to content
Snippets Groups Projects
index.html 715 B
Newer Older
  • Learn to ignore specific revisions
  • Jake Read's avatar
    Jake Read committed
    <!DOCTYPE html>
    <html>
    
    <head>
    
    Jake Read's avatar
    Jake Read committed
        <title>cuttlefish</title>
    
    Jake Read's avatar
    Jake Read committed
        <!-- these three disable caching -->
        <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
        <meta http-equiv="Pragma" content="no-cache" />
    
    Jake Read's avatar
    Jake Read committed
        <meta http-equiv="Expires" content="-1" />
    
    Jake Read's avatar
    Jake Read committed
    </head>
    
    <body>
        <link href="style.css" rel="stylesheet">
    
    Jake Read's avatar
    Jake Read committed
        <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>
    
    Jake Read's avatar
    Jake Read committed
        <script type="module" src="bootstrap.js"></script>
    
        <div id="wrapper">
    
        	<!-- bootloop puts first view inside of this div -->
    
    Jake Read's avatar
    Jake Read committed
        </div>
    
    </body>