feat: 404 page
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-01-29 18:12:09 +01:00
parent 25299b3556
commit d9585195be
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 7 deletions

View File

@ -1,10 +1,8 @@
{{ partial "header.html" . }} {{ partial "header.html" . }}
<section class="hero is-warning is-fullheight"> <section class="w-screen h-screen bg-yellow-200 flex items-center justify-center">
<div class="hero-body"> <h1 class="font-title pb-8 text-4xl font-bold">
<h1 class="title"> Not found
Not found </h1>
</h1> <a href="/">Back to home page</a>
<a href="/">Back to home page</a>
</div>
</section> </section>