-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplanets.html
25 lines (23 loc) · 865 Bytes
/
planets.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
<!DOCTYPE HTML>
<html>
<head>
<title>Planets</title>
<script src="javascript/jquery-1.9.1.js"></script>
<script src="javascript/modernizr.custom.42920.js"></script>
<script src="javascript/gamepad.js/gamepad.js"></script>
<script src="javascript/three.min.js"></script>
<script src="javascript/Detector.js"></script>
<script src="javascript/THREEx.FullScreen.js"></script>
<script src="javascript/THREEx.KeyboardState.js"></script>
<script src="javascript/THREEx.WindowResize.js"></script>
<script src="javascript/TrackballControls.js"></script>
<script src="javascript/Stats.js"></script>
<script src="javascript/utilities/apputil.js"type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/app.css">
</head>
<body>
<footer>
<script src="javascript/planets.js"></script>
</footer>
</body>
</header>