forked from duiqt/herta_kuru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (78 loc) · 3.41 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
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title id="doc-title">Kuru Kuru~</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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>
<link href="img/favicon.ico" rel="shortcut icon">
</head>
<body>
<main class="wrapper">
<div id="wrapper-background-filter"></div>
<div id="wrapper-background"></div>
<img src="img/hertaa1.gif" class="preload" />
<img src="img/hertaa2.gif" class="preload" />
<div id="content">
<div id="title-container">
<h1 id="page-title">Welcome to herta kuru</h1>
<img id="title-img" alt="img of herta" src="img/favicon.ico">
</div>
<select id="language-selector">
<option value="en" selected>English</option>
<option value="cn">中文</option>
<option value="ja">日本語</option>
<option value="kr">한국어</option>
</select>
<hr id="subtitle-seperator" />
<h2 id="page-descriptions">
The website for Herta, the <del>annoying</del> cutest genius Honkai:
Star Rail character out there.
</h2>
<div id="counter-container">
<h3 id="counter-descriptions">The kuru~ has been squished</h3>
<br />
<br />
<p id="global-counter">0</p>
<p id="local-counter">0</p>
<br />
<br />
<p id="counter-unit">times</p>
<button id="counter-button">
Squish the kuru~!
</button>
</div>
<hr />
<div id="grid">
<noscript>Your browser does not support JavaScript or JavaScript has been
disabled.<br />This website relies on JavaScript, so please enable it
or use another browser.</noscript>
</div>
</div>
</main>
<div id="footer">
<img id="herta-card" loading="lazy" src="img/card.jpg" alt="" />
<div id="footer-text">
<p id="credits-gif">Herta gif made by</p>
<p>
<a href="https://twitter.com/Seseren_kr" target="_blank"><iconify-icon icon="mdi:twitter"
id="twitter-footer-icon" class="footer-icon"></iconify-icon><span
class="footer-icon-text">@Seseren_kr</span></a>
</p>
<p id="footer-repository-text">
You can check out the GitHub repository here:
</p>
<p>
<a href="https://github.com/duiqt/herta.kuru" target="_blank"><iconify-icon icon="mdi:github"
id="github-footer-icon" class="footer-icon"></iconify-icon><span class="footer-icon-text"
id="footer-repository-text-2">herta_kuru repo</span></a>
</p>
</div>
</div>
</body>
<script src="script.js" async></script>
</html>