forked from cliclitv/app.clicli.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (40 loc) · 1013 Bytes
/
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
<!DOCTYPE html>
<html>
<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">
<title>半次元 难民版</title>
</head>
<style>
body {
background: #f5f5fa;
color: #fa4b8b;
text-align: center;
margin: 50px;
}
img {
border-radius: 10px;
box-shadow: 5px 5px 5px #eee;
width: 200px;
}
button {
border-radius: 5px;
color: #fff;
background: #fa4b8b;
border: none;
padding: 10px 50px;
margin: 30px;
cursor: pointer;
}
h1 {
color: #83a6ff;
}
</style>
<body>
<h1>半次元难民版</h1>
<div><img src="https://cdn-us.imgs.moe/2023/06/16/648c3b0a1beaa.png" alt=""></div>
<a href="https://npm.elemecdn.com/bcy-app@latest/web/app-release.apk"><button>下载</button></a>
<div>数据迁移请加群:863417519</div>
</body>
</html>