Newer
Older
<!-- these three disable caching -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
</head>
<body>
<link href="style.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 -->