-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (54 loc) · 2.19 KB
/
index.html
File metadata and controls
69 lines (54 loc) · 2.19 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!doctype html><html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>JS Physics Flights of Fancy</title>
<link rel="stylesheet" href="index.css">
<!--<link rel="stylesheet" href="dep/ghpage/github-light.css">-->
<!--<script src="dep/ghpage/scale.fix.js"></script>-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<style type="text/css">
/* CSS Micro Reset */
body { background-color: black; }
</style>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<a class="buttons github" href="https://github.com/strainer/fancy"><i class="glight">Fancy project </i><i> on GitHub <img src="dep/ghpage/octocat-small.png" alt="*" height="18" width="14"></a></i>
</header>
<div id="threediv"></div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>
<script src="dep/three.js"></script>
<script src="dep/Detector.js"></script>
<script src="dep/Fdrandom.js"></script>
<script src="dep/trigfills.js"></script>
<script>trigfills.setmaths()</script>
<script src="tin/helpers.js"></script>
<script src="tin/timinglogger.js"></script>
<!--<script src="tin/binasearch.js"></script>-->
<!--<script src="tin/welford_stat.js"></script>-->
<script src="figment/figstate.js"></script>
<script src="figment/figbase.js"></script>
<script src="figment/spotmap.js"></script>
<script src="figment/figchore.js"></script>
<script src="figment/construct.js"></script>
<script src="figment/paranorm.js"></script>
<script src="figment/spotlog.js"></script>
<script src="figment/spotgrav.js"></script>
<script src="figment/spotgrav2.js"></script>
<script src="figment/nbodygrav.js"></script>
<script src="figment/spotcollide.js"></script>
<script src="figment/temper.js"></script>
<script src="bench/creation.js"></script>
<script src="bench/viewport.js"></script>
<script src="bench/keysys.js"></script>
<script src="bench/qpane.js"></script>
<script src="bench/setdash.js"></script>
<script src="bench/planetdat.js"></script>
<script src="bench/benchdat.js"></script>
<script src="bench/arch.js"></script>