diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-25 22:44:33 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-25 22:44:33 -0700 |
| commit | c18135d1274d5012196073c0bc021d9868108291 (patch) | |
| tree | 5d59ee31b4aa9e72fd48fdefdcec426479b94c50 /templates/404.html.template | |
| parent | Use tabs. (diff) | |
| download | roseh.moe-c18135d1274d5012196073c0bc021d9868108291.tar.zst | |
Get rid of the blog and use webp.
Diffstat (limited to 'templates/404.html.template')
| -rw-r--r-- | templates/404.html.template | 4 |
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> |
