-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
86 lines (70 loc) · 1.57 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
73
74
75
76
77
78
79
80
81
82
83
84
85
---
permalink: /404.html
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 Page Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
line-height: 1.2;
margin: 0;
}
html {
color: #888;
display: table;
font-family: sans-serif;
height: 100%;
text-align: center;
width: 100%;
}
body {
display: table-cell;
vertical-align: middle;
margin: 2em auto;
}
h1 {
color: #555;
font-size: 2em;
font-weight: 400;
}
p {
margin: 0 auto;
width: 280px;
}
.sect {
font-size: 15px;
letter-spacing: 2px;
font-family: "Arial";
font-weight: 300;
}
@media only screen and (max-width: 280px) {
body, p {
width: 95%;
}
h1 {
font-size: 1.5em;
margin: 0 0 0.3em;
}
}
</style>
</head>
<body>
<h1>This is somewhat embarrassing, isn't it?</h1>
<br>
<p>It seems we can't find what you're looking for.</p>
<p>Perhaps searching can help.</p>
<br>
<p>«
<a href="/index.html">Home</a> / <a href="/search/index.html">Search</a> »
</p>
<br>
<br>
<br>
<footer>
<p class="sect"> Copyright © Simon Chu </p>
</footer>
</body>
</html>