hugo-theme-toastersrocks/layouts/404.html

6 lines
164 B
HTML
Raw Normal View History

2020-11-29 02:41:06 +00:00
{{ 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 }}