-
Notifications
You must be signed in to change notification settings - Fork 0
/
bounds.html
34 lines (29 loc) · 1.06 KB
/
bounds.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
32
33
34
<!DOCTYPE html5>
<html>
<head>
<script src=" jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="jstorage.js" type="text/javascript"></script>
<script src="sweep.js" type="text/javascript"></script>
<script src="crafty.js" type="text/javascript"></script>
<script src="TiledLevelImporter.js" type="text/javascript"></script>
<script src="block-dynamics.js" type="text/javascript"></script>
<script src="bounds-game.js" type="text/javascript"></script>
<script src="bounds-components.js" type="text/javascript"></script>
<script src="bounds-loadscreen.js" type="text/javascript"></script>
<style type="text/css">
b {
/*color: blue;*/
font-weight: 600
}
.complete{
border: 1px solid red;
}
html{
background-color: black;
}
</style>
</head>
</head>
<body style="font-family: Helvetica, Arial">
</body>
</html>