feat: Add 404 page

pull/2/head
earnest ma 2021-02-05 11:40:20 -05:00
parent 0d5fac8c15
commit bcb7bbbb57
No known key found for this signature in database
GPG Key ID: 6B361FA81C5FB695
1 changed files with 7 additions and 0 deletions

7
layouts/404.html Normal file
View File

@ -0,0 +1,7 @@
{{ define "title" }}404{{ end }}
{{ define "main" }}
<h1>404</h1>
<h3>Page not found :(</h3>
<a href="/"><button class="top">Go Home</button></a>
{{ end }}