-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
17 lines (17 loc) · 926 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title>Game</title>
<script src="js/lib/jquery.js" type="text/javascript"></script>
<script src="js/lib/box2dweb.min.js" type="text/javascript"></script>
<script src="js/lib/stats.js" type="text/javascript"></script>
<script src="js/game.js" type="text/javascript"></script>
<script src="js/brush.js" type="text/javascript"></script>
<script src="js/input.js" type="text/javascript"></script>
<script src="http://localhost:8833/socket.io/socket.io.js" type="text/javascript"></script>
<script src="file://localhost/Users/chris/lighttable/playground/resources/public/js/ws.js" type="text/javascript"></script>
</head>
<body style="background:black;" >
<canvas id="canvas" width="800" height="500" tabindex="0"></canvas>
<script src="js/generated/bootstrap.js" type="text/javascript"></script>
</body>
</html>