-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.jade
61 lines (60 loc) · 1.03 KB
/
404.jade
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
html
head
+h.headers()
title= "HTTP 404 - " + site.title
+h.load('//cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css')
+h.load('/template/static/basic.scss')
style(type="text/css")
body {
background-color: #00BCD4;
color: #fff;
}
h1 {
font-size: 14em;
line-height: 120%;
padding: 0;
font-weight: 400;
font-family: cursive;
text-align: center;
display: block;
text-shadow: -1px -1px 6px #aaa;
margin: 0;
}
p {
font-size: 1em;
line-height: 2em;
text-align:left;
}
a {
color: #fff;
}
a:hover {
color: #757575;
cursor: pointer;
}
#main {
margin: 0 auto;
position: relative;
top: 5%;
}
p.back{
text-align:right;
}
.block{
max-width: 25em;
margin: 0 auto;
width: 500px;
font-size: 1.25em;
}
.line{
border-top:1px solid rgba(255, 255, 255, 0.15);
}
body
div#main
h1 404
.block
p Page Not Found.
.line
p.back
small back to
a(href="/") Home