theme/layouts/404.html

9 lines
228 B
HTML

{{ partial "header.html" . }}
<section class="w-screen h-screen bg-yellow-200 flex items-center justify-center">
<h1 class="font-title pb-8 text-4xl font-bold">
Not found
</h1>
<a href="/">Back to home page</a>
</section>