pastel.codes/views/error.pug

29 lines
633 B
Plaintext
Raw Normal View History

2020-06-17 22:34:29 +01:00
extends layout
2020-06-22 17:42:04 +01:00
block nav-links
li.nav-item
a.nav-link(href='/')
span Home
li.nav-item
2020-06-23 19:18:30 +01:00
a.nav-link(href='/about')
2020-06-22 17:42:04 +01:00
span About
li.nav-item
a.nav-link(href='#')
span CV
li.nav-item
a.nav-link(href='https://git.pastel.codes/Blankie')
span Projects
li.nav-item
a.nav-link(href='https://blog.pastel.codes')
span Blog
li.nav-item
a.nav-link(href='#')
span Contact
2020-06-17 22:34:29 +01:00
block content
2020-06-23 19:18:30 +01:00
.center-v-h.ef.ff
2020-06-22 17:42:04 +01:00
.error
h1= message
#error-code
h2= error.status