1
0
dwelling-home/web/templates/error404.pug

28 lines
613 B
Plaintext
Raw Normal View History

2023-02-05 04:43:34 +04:00
extends base.pug
2023-02-05 05:25:01 +04:00
block meta_description
meta(name='description' content='Not Found')
2023-02-05 04:43:34 +04:00
block append 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 nav
a(href='/') Home
a(href='/stuff') Stuff
a(href='/mindflow') Mindflow
a(href='/about') About
a(href='/guestbook') Guestbook
h1 Oh, you lost? Bad for ya.
block content
2023-02-05 05:25:01 +04:00
:go:func NotFound(title string)
2023-02-05 04:43:34 +04:00
section#error
h1 404
| Page Not Found