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.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/404.html.template b/templates/404.html.template
index a5cccf6..b30281f 100644
--- a/templates/404.html.template
+++ b/templates/404.html.template
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<title>Not Found</title>
- <link rel="icon" href="/static/404/icon.png">
+ <link rel="icon" href="/static/404/icon.webp">
</head>
<body>
<center>
@@ -10,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/404.png">
+ <img style="height:50vh" src="/static/404/404.webp">
</div>
</center>
</body>