-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (23 loc) · 865 Bytes
/
index.html
File metadata and controls
26 lines (23 loc) · 865 Bytes
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
<html>
<head>
<title>Testbed</title>
<script src="js/util/less.min.js" type="text/javascript"></script>
<script src="js/util/jquery.js" type="text/javascript"></script>
<script src="js/util/underscore.js" type="text/javascript"></script>
<script src="js/util/backbone.js" type="text/javascript"></script>
<script src="js/util/Three.js" type="text/javascript"></script>
<script src="js/util/RequestAnimationFrame.js" type="text/javascript"></script>
<script src="js/core.js" type="text/javascript"></script>
<style type="text/css">
body {
margin: 0;
padding: 0;
background-color: #000000;
}
</style>
</head>
<body>
<div id="container">
</div>
</body>
</html>