From 5a2f3b35baeacff0c88c4455897f5edef9e6190f Mon Sep 17 00:00:00 2001 From: f0x52 Date: Mon, 21 Jun 2021 21:08:02 +0200 Subject: add 404 handler (#57) --- web/template/404.tmpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/template/404.tmpl (limited to 'web') diff --git a/web/template/404.tmpl b/web/template/404.tmpl new file mode 100644 index 000000000..49582e6dd --- /dev/null +++ b/web/template/404.tmpl @@ -0,0 +1,11 @@ +{{ template "header.tmpl" .}} + + +
+

404: Page Not Found

+ If you believe this was an error, you can contact an admin +
+ +{{ template "footer.tmpl" .}} \ No newline at end of file -- cgit v1.2.3