-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate.html
47 lines (42 loc) · 1.03 KB
/
update.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
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<style>
body {
padding: 10px;
line-height: 2em;
letter-spacing: 2px;
background: floralwhite;
font-family: sans-serif-Helvetica;
word-wrap: break-word
}
img {
max-width: 100% !important;
width: auto;
height: auto;
}
a {
color: green;
text-decoration: none;
}
h1 {
text-align: center;
font-size: 20px;
line-height: 1.5em;
}
</style>
</head>
<body>
<center>
<h2>更新版本</h2>
</center>
<div id='log'>
<h3>更新日志:</h3>
<p>・2020/07/03<br>第一个版本发布</p>
</div>
<div id='content'>
<h3>点击绿色字体<a
href="https://dl.hdslb.com/mobile/latest/iBiliPlayer-bili.apk">
★一键下载★
</a></h3>
</div>
</body>