feature/redesign #3

Merged
konrad merged 28 commits from feature/redesign into main 2022-01-29 17:14:12 +00:00
Showing only changes of commit d9585195be - Show all commits

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>