-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (58 loc) · 2.19 KB
/
index.html
File metadata and controls
70 lines (58 loc) · 2.19 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./res/css/style.css">
</head>
<body>
<div id="mainmenu">
<button id="play">PLAY</button>
<button id="lore">LORE</button>
</div>
<div id="maingame">
<div class="plus">
<img src="./res/img/plus.png" alt="plus.png" class="plusimg" id="plusimga">
<div class="container-1">
<div class="tower-1"></div>
</div>
<img src="./res/img/plus.png" alt="plus.png" class="plusimg" id="plusimgb">
<div class="container-2">
<div class="tower-2"></div>
</div>
<img src="./res/img/plus.png" alt="plus.png" class="plusimg" id="plusimgc">
<div class="container-3">
<div class="tower-3"></div>
</div>
<img src="./res/img/plus.png" alt="plus.png" class="plusimg" id="plusimgd">
<div class="container-4">
<div class="tower-4"></div>
</div>
<img src="./res/img/plus.png" alt="plus.png" class="plusimg" id="plusimge">
<div class="container-5">
<div class="tower-5"></div>
</div>
<img src="./res/img/plus.png" alt="plus.png" class="plusimg" id="plusimgf">
<div class="container-6">
<div class="tower-6"></div>
</div>
<img src="./res/img/plus.png" alt="plus.png" class="plusimg" id="plusimgg">
<div class="container-7">
<div class="tower-7"></div>
</div>
<img src="./res/img/plus.png" alt="plus.png" class="plusimg" id="plusimgh">
<div class="container-8">
<div class="tower-8"></div>
</div>
</div> </div>
</div>
<div id="story">
<p>
pokud toto ctes znamena to ze tento project neni hotovy a je teprve v alpha verzi.
</p>
</div>
<script src="./res/js/main.js"></script>
</body>
</html>