-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (53 loc) · 1.82 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
<!DOCTYPE html>
<!-- _____ _ __ ________
/ ___/(_)___/ /__ / _/ __ \
\__ \/ / __ / _ \ / // / / /
___/ / / /_/ / __/ _/ // /_/ /
/____/_/\__,_/\___/ /___/_____/
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>kuru kuru | Side ID</title>
<link rel="stylesheet" href="style.css" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
<script src="https://code.iconify.design/iconify-icon/1.0.2/iconify-icon.min.js"></script>
</head>
<body>
<main>
<img src="img/hertaa1.gif" class="preload" />
<img src="img/hertaa2.gif" class="preload" />
<div id="content">
<h1>Welcome to kuru kuru</h1>
<h2>
The website for Herta, the <del>annoying</del> cutest character.
</h2>
<div id="counter-container">
<h3>The kuru~ has been squished</h3>
<br />
<br />
<p id="local-counter">0</p>
<br />
<br />
<p>times</p>
<button id="counter-button">
Squish the kuru~!
</button>
</div>
</div>
<hr>
</main>
<div id="footer">
<div id="footer-text">
<p>Made by</p><br>
<p>
<a href="https://github.com/SideeID" target="_blank"><iconify-icon icon="mdi:github"
id="github-footer-icon" class="footer-icon"></iconify-icon><span
class="footer-icon-text">Side ID</span></a>
</p>
</div>
</div>
<script src="script.js" async></script>
</body>
</html>