-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path404.html
46 lines (46 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="The URL you requested does not exist." />
<title>404</title>
<style>
@media (max-width: 720px) {
pre code {
display: block;
max-width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
padding: 0 5px 5px 0;
word-wrap: break-word;
white-space: pre-wrap;
}
}
body {
font-family: monospace;
max-width: 80ch;
}
footer {
white-space: pre;
}
a:visited {
color: blue;
}
header a {
text-decoration: none;
}
</style>
</head>
<body>
<header>404 ERROR!</header>
<pre><code>Let's back to <a href="/">Home</a> / <a href="/lists.html">Lists</a>
- the URL you requested does not exist.
- so we can't find the URL.
- did you enter a wrong link?
- or you can contact the administrator.</code></pre>
<footer>Powered by <a href="https://github.com/MoeOffice/xvo.es">xvo.es</a>.</footer>
</body>
</html>