-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1.35 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 1.35 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
<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- hints -->
<link rel="dns-prefetch" href="http://osumirror.desu.life:60004/">
<!-- stylesheet -->
<link rel="stylesheet" href="css/reboot.css">
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/app.css">
<script src="./js/app.js" type="module" defer></script>
<title>osu! 镜像站</title>
</head>
<body>
<main>
<div class="input-box">
<svg id="success-check" viewBox="0 0 65 51" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7 25L27.3077 44L58.5 7" stroke="green" stroke-width="13" stroke-linecap="round" stroke-linejoin="round" />
</svg>
<input id="input" type="text" autofocus placeholder="输入 osu! 链接">
</div>
</main>
<footer>
<p><a href="https://desu.life/">主站</a> | <a href="https://info.desu.life/">资讯站</a>| Made by literal | 反馈:<a
href="https://github.com/sinsong/osu.desu.life/issues">GitHub</a>,<a
href="mailto:714554019@qq.com?subject=[osu!mirror]:%20">E-Mail</a>
</p>
<p>Copyright © 2020-现在 <a href="https://desu.life/">desu.life</a></p>
</footer>
</body>
</html>