Added 404

This commit is contained in:
kolaente 2018-10-14 19:03:41 +02:00
parent a23c665665
commit 1516f1fc9e
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{{ partial "header.html" . }}
<section class="hero is-warning is-fullheight">
<div class="hero-body">
<div class="container">
<h1 class="title">
Not found
</h1>
<a href="/">Go home</a>
</div>
</div>
</section>