-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
22 lines (22 loc) · 892 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<script src="https://code.createjs.com/createjs-2013.12.12.min.js"></script>
<script>window.createjs || document.write('<script src="/js/createjs-2013.12.12.min.js">\x3C/script>')</script>
<script src="js/tracery.js"></script>
<script src="js/wordWrap.js"></script>
<script src="js/manifest.js"></script>
<script src="js/dialogue.js"></script>
<script src="js/init.js"></script>
<script src="js/title.js"></script>
<script src="js/game.js"></script>
<script src="js/speech.js"></script>
<script src="js/blabla.js"></script>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body onLoad="init();">
<canvas id="gameCanvas" width="1024" height="768">
This browser doesn't support the canvas element. Womp womp.
</canvas>
</body>
</html>