-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (48 loc) · 1.46 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<html>
<head>
<title>Elements</title>
<meta charset="UTF-8">
<link rel='shortcut icon' href='favicon.ico?v=1' type='image/x-icon'>
<script src='jquery.js'></script>
<script src='seedrandom.js'></script>
<script src='contextmenu.js'></script>
<script src='base.js?v=4'></script>
<link rel='stylesheet' href='style.css?v=75'>
<link rel='stylesheet' href='contextmenu.css'>
<script>
$(function()
{
app_version = '56.0'
init()
})
</script>
</head>
<body>
<div id='left_side'>
<span id='seed'>#</span>
<span id='speed'>Normal</span>
<span id='mode'>Core</span>
<span id='start'>Start</span>
</div>
<div id='title_container'>
<div id='title'>E l e m e n t s</div>
</div>
<div id='right_side'>
<span id='points'></span>
<span id='menu'>Menu</span>
</div>
<br><br><br><br>
<div id='main_container' tabindex=1></div>
<div id='bottom'></div>
<audio preload class='sound' id='pup' src='pup.mp3?v=4'></audio>
<audio preload class='sound' id='pup2' src='pup2.mp3?v=2'></audio>
<audio preload class='sound' id='ended' src='ended.mp3?v=1'></audio>
<audio preload class='sound' id='highscore' src='highscore.mp3?v=1'></audio>
<audio preload class='sound' id='started' src='started.mp3?v=2'></audio>
<audio id='music' src='tropico.mp3?v=3'></audio>
<div id='overlay'></div>
<div id='foverlay'></div>
<div id='msg' tabindex=2></div>
<div id='fmsg' tabindex=2></div>
</body>
</html>