forked from nbuskirk/Nethack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (21 loc) · 1.04 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="resources/js/crafty.js"></script>
<script type="text/javascript" src="resources/js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="resources/js/controls.js"></script>
<script type="text/javascript" src="resources/js/monsters.js"></script>
<script type="text/javascript" src="resources/js/hero.js"></script>
<script type="text/javascript" src="resources/js/levels.js"></script>
<script type="text/javascript" src="resources/js/loading.js"></script>
<script type="text/javascript" src="resources/js/effects.js"></script>
<script type="text/javascript" src="resources/js/game.js"></script>
<title>Game</title>
<style>
body, html { margin:0; padding: 0; overflow:hidden; font-family:Tahoma; background:#000; }
#cr-stage { border:2px solid black; margin:5px auto; color:white }
</style>
</head>
<body>
</body>
</html>