-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
72 lines (47 loc) · 1.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>404 - Not Found</title>
<meta name="description" content="404 Not Found. The page that appears when something is not found.
Page or file: moved, deleted ... !ignoreme">
<meta name="keywords" content="
404, NotFound, page, main, !ignoreme
">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<!--<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">-->
<link rel="icon" sizes="512x512" href="/img/logo.png" type="image/png">
<!-- main -->
<link rel="preload" href="/js/main.js" as="script">
<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" id="theme">
<link rel="preload" href="/css/style.css" as="style">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<noscript>
<link rel="stylesheet" type="text/css" href="/css/noscript.css">
</noscript>
<!-- // main -->
</head>
<body>
<main class="contentCenter">
<div class="wrapper tCenter">
<h1 class="tCenter">
<img class="block center reduceLight op" src="/img/404.png" width="120" alt="img">
<div class="red">404</div>
Not Found
</h1>
<div class="padding margin"></div>
<a class="button border2 borderRadius2 light2 shadow brand" href="/">Index</a>
<a class="button border2 borderRadius2 light2 shadow brand" title="up" href="../">../ Up</a>
<a class="button border2 borderRadius2 light2 shadow brand" href="javascript:history.back()" title="back">History back</a>
</div>
</main>
<!-- // content -->
<footer id="footer"></footer>
<script src="/js/main.js"></script>
<script async src="/js/script.js"></script>
</body>
</html>