-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnot_found.html
More file actions
58 lines (44 loc) 路 1.36 KB
/
Copy pathnot_found.html
File metadata and controls
58 lines (44 loc) 路 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Not Found</title>
<meta name="description" content="
The requested page was not found.
">
<meta name="keywords" content="
not, found,
">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- style -->
<link rel="preload" href="/css/main.css" as="style">
<link rel="stylesheet" href="/css/main.css" type="text/css">
<link rel="preload" href="/css/auto.css" as="style">
<link rel="stylesheet" type="text/css" href="/css/auto.css">
<link rel="preload" href="/css/style.css" as="style">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<!-- // style -->
</head>
<body>
<span id="secondNav">
<header class="tCenter tLeftMobile margin2List">
<div class="margin2"></div>
<nav>
<a class="inlineBlock padding brand" style="padding-left: 0;" href="/">index</a>
<!--<a class="inlineBlock padding brand" style="padding-right: 0;" href="../">list</a>-->
</nav>
</header>
</span>
<!-- content -->
<main class="contentCenter">
<div class="tCenter">
<img class="inlineBlock center reduceLight op" src="/img/404.png" width="120" alt="img"><br>
<h1 class="tCenter op paddingList">Not Found</h1>
<div class="tCenter margin2List op">The requested page was not found.</div>
</div>
</main>
<!--// content -->
<footer id="footer"></footer>
<script src="/js/main.js"></script>
</body>
</html>