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

8 lines
135 B
HTML
Raw Normal View History

2021-08-23 21:59:02 +02:00
{{ define "main" }}
2022-11-15 01:06:02 +01:00
<h1
2023-05-28 08:18:01 +02:00
class="absolute inset-x-8 bottom-20 top-0 flex items-center justify-center text-9xl"
2022-11-15 01:06:02 +01:00
>
404
</h1>
2021-08-23 21:59:02 +02:00
{{ end }}