summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-26 09:45:58 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-26 09:45:58 -0700
commitd4e3e201e9cfd24229bec3dc7f363724d572a32a (patch)
tree80c542d5673f9ef9afbc9ad1e1d80f98c0b4654a
parent48980e01a2f2a160f346eaf7cce90e5747a06485 (diff)
downloadroseh.moe-d4e3e201e9cfd24229bec3dc7f363724d572a32a.tar.zst
Add alt text for the 404 image.
-rw-r--r--templates/404.html.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/404.html.template b/templates/404.html.template
index b30281f..543a247 100644
--- a/templates/404.html.template
+++ b/templates/404.html.template
@@ -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.webp">
+ <img src="/static/404/404.webp" alt="Reimu with question marks" style="height:50vh">
</div>
</center>
</body>