contrast-hugo/layouts/404.html

8 lines
150 B
HTML
Raw Normal View History

2019-07-15 09:04:11 -04:00
{{ define "main" }}
<article>
2020-02-07 15:20:47 -05:00
<header><h1>404: Page not found</h1></header>
2019-07-18 17:01:53 -04:00
<p>Unfortunately, this page does not exist.</p>
2019-07-15 09:04:11 -04:00
</article>
{{ end }}