-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
64 lines (53 loc) · 1.45 KB
/
404.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
64
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<meta name="theme-color" content="#2b4490">
<link rel="shortcut icon" href="./img/miku.ico">
<title>咕咕咕(ง •_•)ง</title>
<style>
a:link {
color: cornflowerblue
}
a:visited {
color: cornflowerblue
}
a:active {
color: #f25d8e
}
a:hover {
color: #f25d8e
}
a {
text-decoration: none
}
body {
text-align: center
}
.mask {
background-color: black;
color: black;
transition: color 0.5s;
}
.mask:hover {
color: #ffffff;
}
@font-face {
font-family: FZFW;
src: url('./source/FZFW.woff2');
}
body {
font-family: 'FZFW'
}
</style>
</head>
<!---->
<body>
<p>这个页面是专门用来做挡板的网页</p>
<p>如果你看到了这个页面,就说明作者可能遇到了网站代码上的问题</p>
<p>也有可能遇到了构思故事方面的问题</p>
<p><span class="mask">当然更有可能是懒癌犯了直接咕咕咕</span></p>
<p>你可以 <a href="./index.html">回到主页面</a> 或者 <a href="mailto:[email protected]">联系作者兼网站管理员</a></p>
<p><img src="./img/404.jpg" width="372px" height="408px"></p>
</body>
</html>