-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 2.13 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 2.13 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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>NoobClicker</title>
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="./img/clicker.png">
<meta property="og:type" content="product">
<meta property="og:title" content="NoobClicker">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/466617302364848138/593442707028836352/clicker.png">
<meta name="twitter:card" content="product">
<meta name="twitter:site" content="https://noobclicker.glitch.me">
<meta name="twitter:title" content="NoobClicker - Zagraj już teraz">
<meta name="twitter:description" content="Poprostu clicker :#">
</head>
<body>
<div id="wrap">
<div id="main">
<div id="clips">0</div>
<button id="btn1" class="btn">Zrób spinacz</button><br>
<input type="button" title="10 spinaczy" value="Ulepsz" id="btn2" class="btn"><br>
<input type="button" title="100 spinaczy" value="Niewolnik" id="btn3" class="btn"><br>
<input type="button" title="1000 spinaczy" value="Koparka" id="btn4" class="btn"><br><br>
<!--<input type="button" class="btn" value="Odbuguj grę" onclick="odbuguj()">
<p class="btn">Uwaga może usunąć postęp</p>-->
<div style="text-align: center;" class="upgrades" id="Ulepszenia"><span class="upgrade_clr">0</span></div>
<div style="text-align: center;" class="upgrades" id="Niewolnicy"><span class="upgrade_clr">0</span></div>
<div style="text-align: center;" class="upgrades" id="Koparki"><span class="upgrade_clr">0</span></div>
</div>
</div>
<div id="ftr">
<footer style="text-align: center;">JaZa&Nimplex©<a id="reset" href="#" onclick="odbuguj()"><br>Usuń postęp gry</a></footer>
</div>
<script src="script.js"></script>
</body>
</html>