-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
31 lines (24 loc) · 1013 Bytes
/
index.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
<!doctype html>
<html lang="en" class="paused">
<head>
<title>-- ASCENT --</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link href="css/style.css" rel="stylesheet"/>
<script src="lib/three/Three.js"></script>
<script src="lib/three/js/ShaderExtras.js"></script>
<script src="lib/three/js/Detector.js"></script>
<script src="lib/three/js/Stats.js"></script>
<script src="lib/three/ColladaLoader.js"></script>
<script src="lib/three/RemoteControls.js"></script>
<script src="lib/three/Ray.js"></script>
<script src="lib/three/ReusableRay.js"></script>
<script src="lib/cockpit.js/cockpit.js"></script>
<script src="lib/game-shim/game-shim.js"></script>
<script src="lib/embedjs/embed.js"></script>
<script src="lib/requirejs/require.js"></script>
</head>
<body>
<script src="src/ascent.js"></script>
</body>
</html>