-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
65 lines (65 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Error 404 (Not Found)!!!</title>
<meta charset="utf-8">
<meta name="description" content="Error 404 (Not Found)">
<meta name="author" content="hmybmny">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="2;url=http://hmybmny.com">
<style>
* {
margin: 0;
padding: 0;
}
html {
font: 15px/22px arial,sans-serif;
}
html {
background: #fff none repeat scroll 0 0;
color: #222;
padding: 15px;
}
body {
margin: 7% auto 0;
max-width: 390px;
min-height: 180px;
padding: 30px 0 15px;
}
* > body {
padding-right: 205px;
}
p {
margin: 11px 0 22px;
overflow: hidden;
}
ins {
color: #777;
text-decoration: none;
}
a {
color: #222;
text-decoration: none;
}
a:hover {
color: blue;
text-decoration: none;
}
@media screen and (max-width: 772px) {
body {
margin-top: 0;
max-width: none;
padding-right: 0;
}
}
</style>
</head>
<body>
<p>
<b>404.</b>
<ins>That’s an error.</ins>
</p>
<p>The requested URL was not found on this server.</p>
<ins>Redirecting to <a href="http://hmybmny.com">http://hmybmny.com</a><ins>
</body>
</html>