Browse Source

add 404 page

Alexander Avery 3 weeks ago
parent
commit
439f60d79f
  1. 5
      layouts/404.html

5
layouts/404.html

@ -0,0 +1,5 @@
{{ define "main" }}
<h1>404 Page not found</h1>
<h2><a href="/">Home</a></h2>
{{ end }}
Loading…
Cancel
Save