aboutsummaryrefslogtreecommitdiff
path: root/templates/404.html
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-02 16:57:57 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-02 16:57:57 -0800
commit94dd1ca677c716975d43f323c97ea26f8fd4c962 (patch)
tree7eaf4f32af0a180457f935d5f2fdff941018a12f /templates/404.html
downloadsomething-94dd1ca677c716975d43f323c97ea26f8fd4c962.tar.gz
something-94dd1ca677c716975d43f323c97ea26f8fd4c962.zip
initial commit by simponic-infra
Diffstat (limited to 'templates/404.html')
-rw-r--r--templates/404.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html
new file mode 100644
index 0000000..5210bfb
--- /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 }}