-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
42 lines (41 loc) · 847 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>File not found</title>
<style type="text/css">
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
color: #444;
}
.page {
width: 740px;
margin: 100px auto;
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Arial', 'Segoe UI', Arial, helvetica, sans-serif;
font-weight: 400;
}
h1 {
font-size: 220px;
color: #999;
}
p {
font-size: 25px;
line-height: 36px;
}
</style>
</head>
<body>
<div class="page">
<h1>
404
</h1>
<p>
Sorry, the page you were looking for could not be found!
</p>
</div>
</body>
</html>