-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 977 Bytes
/
Copy pathindex.html
File metadata and controls
35 lines (31 loc) · 977 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="refresh" content="0;url=关于我.html">
<title>测试铺</title>
<link rel="stylesheet" type="text/css" href="https://testpoo.github.io/themes/css/style.css">
<link rel="shortcut icon" type="image/ico" href="https://testpoo.github.io/themes/img/favicon.ico">
<style>
* {margin: 0px; padding: 0px}
.img_wrap{
width:calc(100vw);
height:calc(100vh);
display: table-cell;
vertical-align: middle;
text-align: center;
background: #f9fafb;
color: #4e5a70;
font-size: 36px;
font-weight: bolder;
font-family: "Georgia","Arial","Microsoft YaHei","黑体","宋体",sans-serif,'testfont';
}
</style>
</head>
<body>
<div class="img_wrap">
加载中......
</div>
</body>
</html>