hugo-theme-minima/layouts/404.html

6 lines
137 B
HTML
Raw Permalink Normal View History

2022-11-09 13:51:50 +01:00
{{ define "main" }}
<main class="container mx-auto">
<h1 class="text-5xl font-bold">Oops!</h1>
<p>404 Not Found</p>
</main>
{{ end }}