6 lines
164 B
HTML
6 lines
164 B
HTML
|
{{ define "main" }}
|
||
|
<article style="text-align: center">
|
||
|
<h1 style="font-size: 12em">404</h1>
|
||
|
<p>That's a 404 in a pretty big font.</p>
|
||
|
</article>
|
||
|
{{ end }}
|