summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-18 17:44:28 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-18 17:44:28 -0700
commit444cac47cda2b7a7f0cf13bdd8d861e946251c48 (patch)
tree593b12c00b4ad242b4710cf3c46aa2572adcd058 /templates
parentAdd a page icon for pong. (diff)
downloadroseh.moe-444cac47cda2b7a7f0cf13bdd8d861e946251c48.tar.zst
Add an icon for the 404 page.
Diffstat (limited to 'templates')
-rw-r--r--templates/404.html.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/404.html.template b/templates/404.html.template
index b468b56..a5cccf6 100644
--- a/templates/404.html.template
+++ b/templates/404.html.template
@@ -2,6 +2,7 @@
<html lang="en">
<head>
<title>Not Found</title>
+ <link rel="icon" href="/static/404/icon.png">
</head>
<body>
<center>
@@ -9,7 +10,7 @@
<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">
+ <img style="height:50vh" src="/static/404/404.png">
</div>
</center>
</body>