summaryrefslogtreecommitdiffstats
path: root/templates/404.html.template
diff options
context:
space:
mode:
Diffstat (limited to 'templates/404.html.template')
-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>