forked from aaawa2020/herta_kuru-Chinese
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (67 loc) · 2.74 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
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>转圈圈 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>
</head>
<body>
<main class="wrapper">
<img src="img/hertaa1.gif" class="preload" />
<img src="img/hertaa2.gif" class="preload" />
<div id="content">
<h1>欢迎来到黑塔转圈圈</h1>
<hr id="subtitle-seperator" />
<h2>
黑塔同人站, 最 <del>烦人</del> 聪明的科学家给你转圈圈
</h2>
<div id="counter-container">
<h3>黑塔已经转了</h3>
<br />
<br />
<p id="global-counter">0</p>
<p id="local-counter">0</p>
<br />
<br />
<p>圈</p>
<button id="counter-button">
转晕黑塔!
</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="footer-repository-text">
原作者:
</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">herta_kuru repo</span></a>
</p>
<p id="footer-repository-text">
当前版本作者:
</p>
<p>
<a href="https://github.com/aaawa2020/herta_kuru-Chinese" target="_blank"><iconify-icon icon="mdi:github"
id="github-footer-icon" class="footer-icon"></iconify-icon><span
class="footer-icon-text">herta_kuru chinese</span></a>
</p>
</div>
</div>
</body>
<script src="script.js" async></script>
</html>