-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (62 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/png"
sizes="64x64"
href="https://c18e-system-1257416358.cos.na-ashburn.myqcloud.com/image/32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://c18e-system-1257416358.cos.na-ashburn.myqcloud.com/image/32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="https://c18e-system-1257416358.cos.na-ashburn.myqcloud.com/image/16x16.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000" />
<title>MUSIC | Z ORG</title>
<meta property="og:title" content="MUSIC | Z ORG">
<meta
name="description"
property="og:description"
content="Z ORG MUSIC 音乐播放器:简洁、无广告、一触即达"
/>
<meta name="author" content="TigerZH<only.tigerhu@gmail.com>">
<style>
html,
body {
margin: 0;
}
.spinner-index {
height: 100vh;
width: 100vw;
background-color: #000;
color: #fff;
font-family: cursive, serif;
font-size: 6em;
display: grid;
place-items: center;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
user-select: none;
pointer-events: none;
}
</style>
</head>
<body>
<div id="app">
<div class="spinner-index">Z ORG</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>