-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
20 lines (17 loc) · 872 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title id="counter">K - N - A - V - E</title>
<link rel="stylesheet" href="stylesheet.css">
<!--<script src="pixi.js"></script>-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/3.0.7/pixi.min.js"></script>
</head>
<body onload="init()" style="margin:0px">
<canvas id="game" style="padding:0px; margin:0px; position:absolute; max-height:100%; max-width:100%; width:auto; height:auto; overflow:hidden;" width="100px"> Your browser doesn't support this game at all, how strange!</canvas>
</body>
</html>
<script src= "objects.js" type="text/javascript"></script>
<script src= "upgrade.js" type="text/javascript""></script>
<script src= "knave_init.js" type="text/javascript"></script>
<!--<script src= "sprite.json" type="text/javascript"></script>-->