diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-26 09:45:58 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-26 09:45:58 -0700 |
| commit | d4e3e201e9cfd24229bec3dc7f363724d572a32a (patch) | |
| tree | 80c542d5673f9ef9afbc9ad1e1d80f98c0b4654a /templates/404.html.template | |
| parent | 48980e01a2f2a160f346eaf7cce90e5747a06485 (diff) | |
| download | roseh.moe-d4e3e201e9cfd24229bec3dc7f363724d572a32a.tar.zst | |
Add alt text for the 404 image.
Diffstat (limited to 'templates/404.html.template')
| -rw-r--r-- | templates/404.html.template | 2 |
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> |
