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