Select Git revision
-
William Billingsley authored
VNode, MakeItSo, and DiffNode are the main elements in this commit. It's enough to get a basic site up (as tested with a little site). Docs, example code, more detail, etc to follow.
William Billingsley authoredVNode, MakeItSo, and DiffNode are the main elements in this commit. It's enough to get a basic site up (as tested with a little site). Docs, example code, more detail, etc to follow.
index.html 742 B
<!DOCTYPE html>
<html>
<head>
<title>UNE ACS Accreditation 2017</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/example-opt.js"></script>
<script type="text/javascript" src="./target/scala-2.12/example-launcher.js"></script>
</body>
</html>