19 lines
264 B
Plaintext
19 lines
264 B
Plaintext
|
extends base.jade
|
||
|
|
||
|
block head
|
||
|
style(type="text/css").
|
||
|
#error {
|
||
|
font-size: 3.5rem;
|
||
|
line-height: 5rem;
|
||
|
text-align: center;
|
||
|
margin: 6rem 0; }
|
||
|
|
||
|
#error h1 { font-size: 8rem; }
|
||
|
|
||
|
block header
|
||
|
h1 xDDDD
|
||
|
|
||
|
block body
|
||
|
section#error
|
||
|
h1 404
|
||
|
| Nod Found xD
|