-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
41 lines (35 loc) · 1.01 KB
/
404.html
File metadata and controls
41 lines (35 loc) · 1.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/404.css">
<link rel="shortcut icon" href="graph/favicon.png">
<script src="js/main.js"></script>
<title>404 not found</title>
</head>
<body>
<div id="center">
<img id="background" src="graph/ori_bg.png"/>
<div id="_404_text" class="_div">
<div id="real_title">
404 Not Found
</div>
<div id="real_text">
Sorry, we can not find the page you requested. <br/>
It may not exist, have been removed, or be temporarily unavailable. <br/>
We will fix the problem soon. <br/>
Go to the <a href="javascript:history.go(-1)">previous page</a>. <br/>
Go to the <a href="http://Wan081018.github.io/">home page</a>. <br/>
</div>
</div>
</div>
<div id="footer">
<div id="copr">
©2022 by Wan081018.<br/>
Build by my own.<br/>
Welcome to my blog.<br/>
</div>
</div>
</body>
</html>