-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 1.86 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
<!DOCTYPE HTML>
<html style="height: 100%;">
<head>
<link rel="stylesheet" href="https://font.onmicrosoft.cn/[email protected]/lxgwwenkaiscreen.css" />
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
display: flex;
flex-direction: column;
font-family: "LXGW WenKai Screen";
font-size: 18px;
}
.content-wrap {
flex: 1;
display: flex;
flex-direction: column;
}
.center-image {
display: block;
margin-left: auto;
margin-right: auto;
width: 120px;
}
.center-content {
text-align: center;
margin: auto;
width: 80%;
max-width: 960px;
}
</style>
<meta charset="utf-8">
<title>一府博客资源</title>
<link rel="icon" href="/img/favicon.webp" type="image/x-icon">
</head>
<body>
<div class="content-wrap">
<div class="center-content">
<img src="/img/favicon.webp" class="center-image" alt="一府">
<h1 style="color:red;">一府博客静态资源</h1>
<p>博客资源仓库,详细内容请访问<a href="https://blog.duolaa.asia/" target="_blank">一府</a></p>
<h2>本站主要用于加速</h2>
<p>图片文件、样式文件</p>
</div>
</div>
<footer style="background-color: #f1f1f1; text-align: center; padding: 10px;">
<p>© 2024 <a href="https://blog.duolaa.asia/" target="_blank">一府</a>博客.版权所有</p>
<p>Powered by <a href="https://vercel.com/" target="_blank">Vercel</a> | CDN:<a href="https://qiniu.com/" target="_blank">七牛云</a> & <a href="https://www.upyun.com" target="_blank">又拍云</a> & <a href="https://blogcdn.net/" target="_blank">BlogCDN</a></p>
</footer>
</body>
</html>