forked from github/game-off-2012
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.htm
30 lines (26 loc) · 1019 Bytes
/
index.htm
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
<!DOCTYPE html>
<!--Filename: testingGround.html
Coded by: James Standeven for bit-phlippers
&& Justin Patera
Date: October / November 2012 -->
<html lang='en'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8;' />
<title>This is a test</title>
</head>
<body bgcolor="black">
<div id="info" style="width: 640px;">
<div id="jsapp">
<font color="#FFFFFF", style="position: absolute; font-size: 10px; font-family: Courier New">
<span id="framecounter">(0/0 fps)</span>
</font>
<!-- awesome scriptyness -->
<script type="text/javascript" src="lib/melonJS-0.9.4.js"></script>
<script type='text/javascript' src='js/main.js'></script>
<script type='text/javascript' src='js/ned.js'></script>
<script type='text/javascript' src='js/player.js'></script>
<!-- don't like my comments? well TOUGH NOOGIES!!! -->
</div>
</div>
</body>
</html>