1
0
Fork 0
auth.rxbn.de/bin/web/views/error/404.pug

15 lines
566 B
Plaintext
Raw Normal View History

2019-09-12 21:44:59 +00:00
extends ../blocks/layout.pug
append var
if(user)
- var breadcrumb = {0: {"name": "authRXBN", "href": "/"}, 1: {"name": "404 - not found", "active": true}};
- var title = "I'm so sooryy";
append content
.uk-flex.uk-margin-medium-top.uk-margin-medium-bottom
div(class="uk-width-auto uk-width-1-4@s")
.uk-flex.uk-flex-auto.uk-flex-column.uk-flex-center.uk-margin-left.uk-margin-right
h1 Me so sorry.
p Could not find something which belongs to your interests.
a(href="/").uk-button.uk-button-default Home
div(class="uk-width-auto uk-width-1-4@s")