-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 841 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<script type="text/javascript" src="./libs/enchant.js"></script>
<script type="text/javascript" src="./libs/astar.js"></script>
<!--<script type="text/javascript" src="./libs/ui.enchant.js"></script>-->
<script type="text/javascript" src="./main.js"></script>
<script type="text/javascript" src="./monster.js"></script>
<script type="text/javascript" src="./player.js"></script>
<script type="text/javascript" src="./map.js"></script>
<style type="text/css">
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
</body>
</html>