diff options
| -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> |
