Fix img src for errors

This commit is contained in:
askiiart 2023-11-09 09:29:48 -06:00
parent 1ac27d0058
commit b6e41a4f38
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
3 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<html>
<head><title>403 You Shall Not Pass</title></head>
<body>
<center><h1>403 You Shall Not Pass</h1><br><img src=/you.gif alt="gandalf saying you looped infinitely" width="350"</center>
<center><h1>403 You Shall Not Pass</h1><br><img src=https://askiiart.net/error/you.gif alt="gandalf saying you looped infinitely" width="350"</center>
<hr><center>nginx/1.25.3</center>
</body>
</html>