summaryrefslogtreecommitdiffstats
path: root/templates/404.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-17 17:01:56 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-17 17:01:56 -0700
commit5a5ad101047b30958ecc8ffe1921f90bd4591c94 (patch)
tree4cf2a622e327a09c7b8df211f6d90475cd320578 /templates/404.html.template
parent30995a8fcce327f2af0a0332868428d9411350a8 (diff)
downloadroseh.moe-5a5ad101047b30958ecc8ffe1921f90bd4591c94.tar.zst
Add a 404 page.
Diffstat (limited to 'templates/404.html.template')
-rw-r--r--templates/404.html.template16
1 files changed, 16 insertions, 0 deletions
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 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <title>Not Found</title>
+ </head>
+ <body>
+ <center>
+ <div style="padding-top: 100px">
+ <font size="10"><code>{{.Path}}</code> was not found</font>
+ </div>
+ <div style="position:fixed;bottom:0px;width:100%">
+ <img style="height:50vh" src="/static/404.png">
+ </div>
+ </center>
+ </body>
+</html>