-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (35 loc) · 1017 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>✈</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul class="title">
<li class="first">dǎ</li>
<li>fēi</li>
<li>jī</li>
</ul>
<ul class="health">
<li class="health0 alive first">✈</li>
<li class="health0 dead first">✈</li>
<li class="health1 alive">✈</li>
<li class="health1 dead">✈</li>
<li class="health2 alive">✈</li>
<li class="health2 dead">✈</li>
</ul>
<table id="grid"></table>
<span class="left">Border radius:
<input type="range" id="radius" min="0" max="25" step="1" value="10">
</span>
<span class="right">Steps:
<a id="steps">0</a>
</span>
<script src="json2.js"></script>
<script src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
<script src="md5-min.js"></script>
<script src="map_util.js"></script>
<script src="main.js"></script>
</body>
</html>