-
Notifications
You must be signed in to change notification settings - Fork 0
/
test1.html
54 lines (54 loc) · 2.3 KB
/
test1.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
<!DOCTYPE html>
<html>
<head lang='zh-CN'>
<meta charset="UTF-8" />
<title>测试</title>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<div style="
background-color: #F1F1F1;
text-align: center;
padding: 40px;">
<img src="./123.jpg" alt="123" width="80px" height="80px">
</div>
<div style="
background-color: aqua;
text-align: center;
padding: 60px;">
<p>miHoYo 网站缝合怪</p>
<a href="https://ys.mihoyo.com/cloud" title="云·原神" target="_blank" >
<img src="https://ys.mihoyo.com/cloud/img/logo_home_header.82e54fa5.png">
</a>
<a href="https://sr.mihoyo.com/cloud" title="云·星穹铁道" target="_blank">
<img src="https://sr.mihoyo.com/cloud/img/logo_home_header.d98f2de5.png">
</a>
</div>
<div style="
background-color: #cda4f3;
text-align: center;
padding: 50px;">
<p>下载链接-Windows</p>
<a href="https://ys-api.mihoyo.com/event/download_porter/link/ys_cn/official/pc_web" download="yuanshen_setup_20231129224241.exe">
<div data-v-1e69b6ef class="content__title--text">下载<span class="title-client">「原神」</span>客户端</div>
</a>
<a href="https://api-takumi.mihoyo.com/event/download_porter/link/clgm_cn/official/pc_web" download="yscloud_4.3.0.exe">
<div data-v-1e69b6ef class="content__title--text">下载<span class="title-client">「云·原神」</span>客户端</div>
</a>
<a href="https://api-takumi.mihoyo.com/event/download_porter/link/hkrpg_cn/official/pc_default" download="StarRail_setup_20231225.exe">
<div data-v-1e69b6ef class="content__title--text">下载<span class="title-client">「崩坏:星穹铁道」</span>客户端</div>
</a>
<a href="https://sr.mihoyo.com/cloud/#/download">敬请期待</a>
</div>
<div style="
background-color: #F1F1F1;
text-align: center;
padding: 20px;">
<p>没啥好玩的</p>
</div>
</body>
</html>