-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 693 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Eindhoven Game</title>
<link rel="stylesheet" type="text/css" href="http://fast.fonts.com/cssapi/490541fc-43da-491f-bea1-20c7e8d643dc.css" media="screen" />
</head>
<body bgcolor="black">
<center>
<div id="info" style="width: 640px;">
<p>Gebruik /?debug=true voor render boxes </p>
<div id="fps">
<font color="#FFFFFF", style ="font-size: 10px; font-family: Courier New"> <span id="framecounter">(0/0 fps)</span> </font>
</div>
</div>
<div id="jsapp">
<script type="text/javascript" src="lib/melonJS-0.9.3.js"></script>
<script type="text/javascript" src="main.js"></script>
</div>
</center>
</body>
</html>