-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
126 lines (109 loc) · 3.05 KB
/
404.html
File metadata and controls
126 lines (109 loc) · 3.05 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<title>
Page not found (404) - Disqus
</title>
<script type="text/javascript">
var totalCount = 8;
function ChangeIt()
{
var num = Math.ceil( Math.random() * totalCount );
document.body.background = '//media.disquscdn.com/errors/img/'+num+'.gif';
document.body.style.backgroundRepeat = "repeat";// Background repeat
}
window.onload = ChangeIt;
</script>
<style>
html {
width: 100%;
height: 100%;
}
body {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}
body:before {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: -1;
width: 100%;
height: 700px;
content: "";
background: transparent;
background-size: cover;
}
.global-header {
width: 650px;
margin: 0 auto;
padding: 250px 0 50px 0;
background: transparent;
font-size: 16px;
}
.global-nav {
text-align: center;
}
.logo {
width:150px;
margin: 0 auto;
display: block;
margin-top: 250px;
margin-bottom: 50px;
}
ul {
display: none;
}
.error-content {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
line-height:24px;
color:#55595d;
width:500px;
display: block;
margin: 0 auto;
background: rgba(255,255,255, 0.8);
padding: 30px 40px;
}
h1 {
text-align: center;
margin-bottom: 30px;
color:#546673;
font-size: 24px;
font-weight: 600;
}
a {
color: #208be6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
footer, .global-footer{
display: none;
}
</style>
</head>
<body>
<div class="wrapper">
<div class="error-content">
<h1>Uh oh... Something didn't work.</h1>
<p>This page doesn't seem to exist. You might have followed a bad link or mistyped the address, feel free to try again. Alternatively, you can <a href="http://blog.justbilt.com/">return to the home page</a>.</p>
</div>
</div>
</body>
</html>