From 5a5ad101047b30958ecc8ffe1921f90bd4591c94 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 17 Oct 2024 17:01:56 -0700 Subject: Add a 404 page. --- templates/404.html.template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/404.html.template (limited to 'templates') diff --git a/templates/404.html.template b/templates/404.html.template new file mode 100644 index 0000000..b468b56 --- /dev/null +++ b/templates/404.html.template @@ -0,0 +1,16 @@ + + + + Not Found + + +
+
+ {{.Path}} was not found +
+
+ +
+
+ + -- cgit v1.3.1