1
0
Fork 0
hugo-paper/layouts/404.html

4 lines
128 B
HTML
Raw Normal View History

2021-08-23 21:59:02 +02:00
{{ define "main" }}
2022-07-19 17:25:41 +02:00
<h1 class="absolute inset-x-8 top-0 bottom-20 flex items-center justify-center text-9xl">404</h1>
2021-08-23 21:59:02 +02:00
{{ end }}