diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-06-20 09:40:07 -0700 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-06-20 09:40:07 -0700 |
| commit | fb653292612eddca5b088ed88466c546d1597107 (patch) | |
| tree | 900ed32e066812688858ed3bb15128c41bb78054 /templates/404.html | |
| download | penguins.lan-fb653292612eddca5b088ed88466c546d1597107.tar.gz penguins.lan-fb653292612eddca5b088ed88466c546d1597107.zip | |
Initial commit
Diffstat (limited to 'templates/404.html')
| -rw-r--r-- | templates/404.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..e4bb5e2 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,4 @@ +{{ define "content" }} +<h2>404 — lost on the ice</h2> +<p><em>this page waddled off somewhere. <a href="/">head back home</a>.</em></p> +{{ end }} |
