-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.22 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.22 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<title>betterer's first page</title>
<script defer src="/assets/js/back-to-home.js"></script>
<link rel="stylesheet" href="assets/css/index.css">
<script defer data-domain="better-er.github.io" src="https://plausible.io/js/script.tagged-events.js"></script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js'
data-cf-beacon='{"token": "c300376ee0b349878e2a8a1a395cc9b7"}'></script>
<!-- End Cloudflare Web Analytics -->
</head>
<body>
<div class="container">
<h2>betterer's first page</h2>
<div class="desc">不死の祥云<br>https://better-er.github.io/<br>联系: <a href="https://space.bilibili.com/497200545" target="_blank">B站空间</a></div>
<div class="link-group">
<a href="token.html">填词音节对齐辅助工具</a>
<a href="MyGICA-fast.html">MyGICA-fast图片速览</a>
<a href="offline.html">离线小工具(SV脚本)</a>
<a href="rhyme.html">押韵助手</a>
<a href="weapons.html">终末地基质属性筛选</a>
<a href="greasyfork.html">油猴脚本(Greasy Fork)</a>
</div>
</div>
</body>
</html>