theme/layouts/404.html
kolaente d9585195be
All checks were successful
continuous-integration/drone/push Build is passing
feat: 404 page
2022-01-29 18:12:09 +01:00

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>