-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex-fastopt.html
32 lines (25 loc) · 957 Bytes
/
index-fastopt.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>LinkedDataVerse</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="./src/main/resources/style/main.css" />
</head>
<body>
<div id="board"></div>
<div style="display:none">
<h1>LinkedDataVerse</h1>
<p>After having compiled and fast-optimized properly the code for the application
(using `sbt fastOptJS`), you should see "It works" herebelow.
See README.md for detailed explanations.</p>
<div id="playground">
</div>
</div>
<script src="./src/main/resources/threejs/three.js"></script>
<script src="./src/main/resources/threejs/CSS3DRenderer.js"></script>
<script src="./src/main/resources/Tween.js"></script>
<script src="./target/scala-2.11/linked-data-explorer-jsdeps.js"></script>
<script src="./target/scala-2.11/linked-data-explorer-fastopt.js"></script>
<script src="./target/scala-2.11/linked-data-explorer-launcher.js"></script>
</body>
</html>