Select Git revision
-
Will Billingsley authoredWill Billingsley authored
index.html 883 B
<!DOCTYPE html>
<html>
<head>
<title>Course stuff</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="planner.css" />
<link rel="stylesheet" type="text/css" href="assets/stylesheets/main.css" />
</head>
<body>
<div class="container-fluid">
<div id="render-here">
<p>Loading. This site has been tested with Chrome, Safari, and Firefox.</p>
</div>
</div>
<script type="text/javascript" src="./target/scala-2.12/scalajs-bundler/main/example-opt-library.js"></script>
<script type="text/javascript" src="./target/scala-2.12/scalajs-bundler/main/example-opt-loader.js"></script>
<script type="text/javascript" src="./target/scala-2.12/scalajs-bundler/main/example-opt.js"></script>
</body>
</html>