1
0
Fork 0
hugo-paper/layouts/404.html
2022-11-15 08:06:02 +08:00

8 lines
135 B
HTML

{{ define "main" }}
<h1
class="absolute inset-x-8 top-0 bottom-20 flex items-center justify-center text-9xl"
>
404
</h1>
{{ end }}