-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path404.html
More file actions
131 lines (112 loc) · 3.23 KB
/
Copy path404.html
File metadata and controls
131 lines (112 loc) · 3.23 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="robots" content="noindex, nofollow">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Files Not Found < 404.html</title>
</head>
<body>
<div class="sidebar" id="sidebar">
<div>
<div class="diagonal window">
<div class="windowTitle">
<span>页面信息</span>
</div>
<table>
<tr>
<td>
文件
</td>
<td>
/404 .html
</td>
</tr>
<tr>
<td>
标题
</td>
<td>
404 Files Not Found
</td>
</tr>
<tr>
<td>
创建时间
</td>
<td>
2025年3月20日2时30分
</td>
</tr>
</table>
</div>
</div>
<div class="yellow window" id="JStip">
<div class="yellowT windowTitle">
<span>启用 JavaScript</span>
</div>
<p>
请启用JavaScript以 获得此网站的最佳浏览体验。侧边栏无法显示,可手动查看:<a href="/page/content/sidebar.html">/page/content/sidebar.html</a>。
</p>
</div>
<div class="yellow window" id="windowOnloadtip">
<div class="yellowT windowTitle">
<span>等待 window.onload</span>
</div>
<p>
网页资源正在加载,可能导致侧边栏、图片等资源无显示。如此提示长时间未消失,请尝试启用JavaScript或绕过GFW。
</p>
</div>
<div class="yellow window" id="DOMtip">
<div class="yellowT windowTitle">
<span>等待 DOMContentLoaded</span>
</div>
<p>
网页正在加载,可能导致网页显示异常。如此提示长时间未消失,请尝试启用JavaScript或更换浏览器。
</p>
</div>
</div>
<div class="main">
<div class="window">
<div class="windowTitle">
<span>/404.html > 404 Files Not Found</span>
</div>
<div class="diagonalRed window">
<div class="redT windowTitle level3">
<span>ERROR</span>
</div>
<p style="font-size: 2rem;">
404 Files Not Found
</p>
</div>
<div class="window">
<div class="windowTitle level2">
<span>建议</span>
</div>
<ul>
<li>
<a onclick="window.history.back();" href="#">返回上一页</a>
</li>
<li>
<a href="/index.html">打开首页</a>
</li>
<li>
<a href="/downLite.html">打开下载页面</a>
</li>
</ul>
</div>
<div class="window">
<div class="windowTitle level2">
<span>debug</span>
</div>
<a href="/page/debug/elements.html">view all elements</a>
</div>
</div>
</div>
<link rel="stylesheet" href="/css/index.css">
<script src="/js/index.js"></script>
<link rel="stylesheet" href="/css/github-dark.min.css">
<script src="/js/libs/highlight.min.js"></script>
<script src="/js/libs/eruda.js"></script>
</body>
</html>