Dwelling/homepage/views/404.pug

25 lines
424 B
Plaintext
Raw Normal View History

2021-02-10 01:01:50 +04:00
extends base.pug
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 nav
nav
a(href='/') Home
a(href='/stuff') Stuff
a(href='/mindflow') Mindflow
a(href='/about') About
a(href='/guestbook') Guestbook
2022-09-23 00:55:23 +04:00
h1 Oh, you lost? Bad for ya.
2021-02-10 01:01:50 +04:00
block content
section#error
h1 404
| Page Not Found