-
-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy path404.html
73 lines (64 loc) · 1.65 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
65
66
67
68
69
70
71
72
73
<html lang="zh">
<!-- 页面模板来源于 MCBBS,有改动。 -->
<head>
<!-- 404 Not Found -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>404 Not Found - MCiSEE</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
h1 {
font-weight: 500;
color: #4caf50;
margin-bottom: -16px;
}
h2 {
opacity: 0.8;
}
h2,
h3,
h4 {
font-weight: 300;
}
a[href] {
color: #4caf50;
text-decoration: none;
}
a[href]:hover {
opacity: 0.8;
text-decoration: underline;
}
hr {
border: none;
border-top: black 1px solid;
opacity: 0.3;
}
html {
max-width: 800px;
margin: auto;
background: #fafafa;
font-family: Candara, Helvetica, Microsoft Yahei, sans-serif;
}
@media (prefers-color-scheme: dark) {
html {
background: #1f1f1f;
color: #f0f0f0;
}
code {
background: #3c3c3c;
}
hr {
border-color: #fafafa;
}
}
</style>
</head>
<body>
<h1>没有人在这里 - MCiSEE</h1>
<h2>404 Not Found</h2>
<h2>对找不到的页面我们深感遗憾</h2>
<hr>
<h2>请前往<a href="/">主页</a>使用最新的 MCiSEE</h2>
<div style="text-align: center;">2024 © mcisee.top</div>
</body>
</html>