hugo-theme-minima/layouts/404.html
2022-11-09 20:51:50 +08:00

6 lines
No EOL
137 B
HTML

{{ define "main" }}
<main class="container mx-auto">
<h1 class="text-5xl font-bold">Oops!</h1>
<p>404 Not Found</p>
</main>
{{ end }}