20 lines
324 B
Plaintext
20 lines
324 B
Plaintext
:go:func Error404(mainSite string)
|
|
|
|
include base/top.jade
|
|
style(type="text/css").
|
|
#error {
|
|
font-size: 3.5rem;
|
|
line-height: 5rem;
|
|
text-align: center;
|
|
margin: 6rem 0; }
|
|
|
|
#error h1 { font-size: 8rem; }
|
|
include base/body.header.jade
|
|
h1 404
|
|
|
|
section#error
|
|
h1 404
|
|
| Nod Found xD
|
|
|
|
include base/body.footer.jade
|