-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (23 loc) · 1.06 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>index</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<script type="text/javascript" src="lib/enchant.js-builds-0.8.1/build/enchant.min.js"></script>
<script type="text/javascript" src="src/player.js"></script>
<script type="text/javascript" src="src/gamescene.js"></script>
<script type="text/javascript" src="src/maps.js"></script>
<script type="text/javascript" src="src/weapon.js"></script>
<script type="text/javascript" src="src/main.js"></script>
</head>
<body>
<div id="debug" style="position: absolute; top: 0px; left: 0px; font-size: 39px; background-color: lime;"></div>
</body>
</html>