diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-21 18:46:40 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-21 18:46:40 -0700 |
| commit | d14605d1388aaa7cc9ef1c230eae5ba14c9cef44 (patch) | |
| tree | 59fcda0fae7899ca577eed1f72d89bff17d5ad5d /templates/404.html | |
| download | backup-notify-d14605d1388aaa7cc9ef1c230eae5ba14c9cef44.tar.gz backup-notify-d14605d1388aaa7cc9ef1c230eae5ba14c9cef44.zip | |
initial commit
Diffstat (limited to 'templates/404.html')
| -rw-r--r-- | templates/404.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..35b43bb --- /dev/null +++ b/templates/404.html @@ -0,0 +1,7 @@ +{{ define "content" }} +<h1>page not found</h1> +<p><em>but hey, at least you found our witty 404 page. that's something, right?</em></p> + +<p><a href="/">go back home</a></p> + +{{ end }}
\ No newline at end of file |
