-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlvlSrc.html
31 lines (30 loc) · 1019 Bytes
/
lvlSrc.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
30
31
<!--
NOTHING TO SEE HERE
GET BACK TO THE GAME
BUH BYE
-->
<html>
<head>
<title>
Layzors
</title>
<meta name="viewport" content="width=device-width, user-scalable=no">
<link rel="stylesheet"
href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css"
/>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script type="text/javascript" src="../../js/swipeupdown.js"></script>
</head>
<body>
<div id="level">Layzors Level: </div>
<canvas id="canvas" width="500" height="300"></canvas>
<br/><span id="help"> </span>
<a href="" onclick="window.location.reload()">Click or press 'r' to restart.</a>
<div id="text"> </div>
</body>
<script type="text/javascript" src="../../js/maps.js"></script>
<script type="text/javascript" src="../../js/lasers.js"></script>
<script type="text/javascript" src="magic.js"></script>
<script type="text/javascript" src="../../js/js.js"></script>
</html>