Select Git revision
build.gradle
-
William Billingsley authored
This switches to just using Swing and no modules for better compatibility with working with VS Code.
William Billingsley authoredThis switches to just using Swing and no modules for better compatibility with working with VS Code.
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>