-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 736 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 736 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>Mana.js</title>
</head>
<body bgcolor="white">
<div id="info" align="center">
<font style ="font-size: 10px; font-family: Courier New">
<span id="framecounter">(0/0 fps)</span>
</font>
</div>
<div id="jsapp" align="center">
<script type="text/javascript" src="/socket.io/socket.io.js"></script>
<script type="text/javascript" src="melonJS-0.9.2-min.js"></script>
<script type="text/javascript" src="main.js"></script>
</div>
<div id="footer" align="center">
Made with <a href="http://www.melonjs.org/">melonJS 0.9.2</a>
</div>
</body>
</html>