-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTBA.html
63 lines (62 loc) · 2.19 KB
/
TBA.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
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}" dir="{{ $.Param "contentdir" | default "zh" }}">
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<meta name=theme-color content="#222" media="(prefers-color-scheme: dark)">
<meta name=generator content="Hugo 0.118.2">
<link rel="shortcut icon" type=image/x-icon href=/imgs/icons/favicon.png>
<link rel=icon type=image/x-icon href=/imgs/icons/favicon.png>
<link rel=icon type=image/png sizes=16x16 href=/imgs/icons/favicon.png>
<link rel=icon type=image/png sizes=32x32 href=/imgs/icons/favicon.png>
<link rel=apple-touch-icon sizes=180x180 href=/imgs/icons/favicon.png>
<meta itemprop=image content="https://myeeye.github.io/imgs/myee.png">
<link type=text/css rel=stylesheet href=https://cdn.staticfile.org/font-awesome/6.1.2/css/all.min.css>
<link type=text/css rel=stylesheet href=https://cdn.staticfile.org/animate.css/3.1.1/animate.min.css>
<link type=text/css rel=stylesheet href=https://cdn.staticfile.org/viewerjs/1.11.0/viewer.min.css>
<title>TBA</title>
<style type="text/css">
*{margin: 0;padding: 0;}
::-webkit-scrollbar {display:none}
.btn {
display:inline-block;
padding:6px 12px;
margin-bottom:0;
text-align:center;
white-space:nowrap;
vertical-align:middle;
-ms-touch-action:manipulation;
touch-action:manipulation;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background-image:none;
border:1px solid transparent;
border-radius:4px
}
.btn:hover {
background-color: #ff3434;
}
.btn_blue {
padding: 10px;
text-align: center;
border-radius: 8px;
background: #1f1e33;
color: #fff;
letter-spacing: 3px;
border: 0;
font-size: 18px;
text-decoration-line: none;
}
</style>
</head>
<body>
<p align="center" style="font-size:100px">别急</p>
<p align="center" style="font-size:100px">还没写</p>
<p align="center"><img src="/imgs/404cat.gif" alt=""></p>
<div align="center">
<a href="/" class="btn btn-primary btn_blue">点击返回主页</a>
</div>
</body>