-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (58 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<link href="index.css" type="text/css" rel="stylesheet">
<title>Lorsania-Virtual Kingdom</title>
</head>
<body>
<audio loop id="myVideo">
<source src="Lorsania_ver_2_Javascript/images/nogamenolife.mp3" type="audio/mpeg">
</audio>
<div class="general-background opening" id="opening">
<img id="press-key">
</div>
<div class="general-background town" id="town">
</div>
<div class="general-background town" id="town2">
</div>
<div class="general-panel background-panel" id="background-panel">
<span class="text" id="background-panel-text"></span>
</div>
<div class="general-background market" id="market">
<p><button type='button' class='button button-prev' id="market-btn-prev"></button></p>
<p><button type='button' class='button button-next' id="market-btn-next"></button></p>
</div>
<img class="tag" id="npc-tag">
<img class="tag" id="npc-tag2">
<img class="tag" id="npc-tag3">
<img class="tag" id="sword-tag">
<img class="tag" id="bow-tag">
<img class="tag" id="staff-tag">
<div class="general-background east-gate" id="east-gate">
<p><button type='button' class='button button-prev' id="east-gate-btn-prev"></button></p>
<p><button type='button' class='button button-next' id="east-gate-btn-next"></button></p>
</div>
<img class="tag" id="npc-tag4">
<img class="tag" id="npc-tag5">
<div class="general-background east-forest" id="east-forest">
<p><button type='button' class='button button-prev' id="east-forest-btn-prev"></button></p>
<p><button type='button' class='button button-next' id="east-forest-btn-next"></button></p>
</div>
<div id="treasure-tag">
</div>
<img class="tag" id="place-tag">
<div id="mid-panel">
<span class="text" id="mid-panel-text"></span>
</div>
<div class="general-panel right-panel" id="right-panel">
<span class="text" id="right-panel-text"></span>
</div>
<div class="general-panel bottom-panel" id="bottom-panel">
<span class="text" id="bottom-panel-text"></span>
</div>
<div class="general-panel background-panel" id="end-panel">
<span class="text" id="end-panel-text"></span>
</div>
<script src="index.js"></script>
</body>
</html>