-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·66 lines (56 loc) · 2.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<title>Error...</title>
<script src="../static/js/include.js"></script>
<script src="../static/js/jquery-3.7.1.js"></script>
<script src="../static/js/progress.js"></script>
<script src="../static/js/loader.js"></script>
<link rel="stylesheet" href="../static/css/style.css">
<link rel="stylesheet" href="../static/fontawesome/css/all.css">
<link rel="shortcut icon" href="../Aug-18-2023-Favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<style>
body {
margin: 0;
}
.header {
z-index: 21;
}
@media (max-width: 425px) {
#dev-cal-1,
#update,
#dev-cal-2 {
margin-left: 30px !important;
margin-right: 30px !important;
}
}
</style>
</head>
<body>
<include src="./layout/layout.html"></include>
<div id="header-unit">
<div class="header"> <a href="./index.html"><i
class="fas fa-chevron-left"></i>   回到上一页</a>
</div>
<div id="quick-links">
<b>ON THIS PAGE:</b>
<span class="quick-link" id="quick-link-1">错误 - 您该回去啦。</span>
</div>
<div class="scroll-indicator"></div>
</div>
<div id="content-unit">
<p id="dev-cal-1"><i class="fas fa-triangle-exclamation"></i> 404</p>
<p id="update">这个页面上一次更新于2024年2月20日</p>
<p id="dev-cal-2">您进入了不存在的页面。请按下左上角的返回按钮以返回。</p>
<br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br>
</div>
<include src="./layout/footer.html"></include>
</body>
</html>