-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcontroller.html
48 lines (47 loc) · 1.52 KB
/
controller.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
38
39
40
41
42
43
44
45
46
47
48
<!-- this is inserted into index.html by build.py -->
<canvas id="buttons" class="hft-fullsize"></canvas>
<!--
<div class="hft-fullsize hft-fullcenter" style="background-color: white; border: 5px solid red;">
<div id="bar">
</div>
<div id="foo" style="font-weight: bold; font-size: xx-large;">
</div>
</div>
-->
<div id="end0" class="hft-fullsize" style="display: none;">
<div class="grp0">
<div class="col col0">
<div class="head">Score: <span id="score"></span></div>
<canvas id="avatar" width="128" height="128"></canvas>
</div>
<div class="col col1">
<div class="head">Ranking:</div>
<div class="rank">
<div>#<span id="rank0"></span> for the day</div>
<div>#<span id="rank1"></span> for the last hour</div>
<div>#<span id="rank2"></span> for the last 10mins</div>
<div id="next0" class="button">
Continue
</div>
</div>
</div>
</div>
</div>
</div>
<div id="end1" class="hft-fullsize" style="display: none;">
<div class="head">
Please go to your settings and <strong>Disconnect the WiFi</strong>
so others can play. Thank you!
</div>
<div id="next1" class="button2">
Play Again?
</div>
</div>
<div id="android" style="display: none;" class="hft-fullsize">
<div class="hft-fullcenter">
<div>
<img src="assets/chrome.png" width="128" /><br/>
Please use <strong>Chrome</strong>
</div>
</div>
</div>