Sort status codes, add 504, fix 300 and 404

This commit is contained in:
askiiart 2023-11-09 08:52:22 -06:00
parent aec721db2d
commit f6da1671aa
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
7 changed files with 37 additions and 40 deletions

View file

@ -1,7 +1,7 @@
<html>
<head><title>300 Poll</title></head>
<body>
<center><h1>300 Poll</h1></center>
<center><h1>300 Poll</h1><br>57% Yes, 43% No<br>(300 Multiple Choices is the actual error code? Geddit?)</center>
<hr><center>nginx/1.25.3</center>
</body>
</html>

View file

@ -1,7 +1,7 @@
<html>
<head><title>404 You Made A Typo In The URL, Didn't You?</title></head>
<body>
<center><h1>404 You Made A Typo In The URL, Didn't You?</h1></center>
<center><h1>404 You Made A Typo In The URL, Didn't You?</h1><br><img src=https://askiiart.net/assets/boykisser.png alt="boykisser" width="350"</center>
<hr><center>nginx/1.25.3</center>
</body>
</html>

7
pages/504.html Normal file
View file

@ -0,0 +1,7 @@
<html>
<head><title>504 Gateway died on the way back from its home planet</title></head>
<body>
<center><h1>504 Gateway died on the way back from its home planet</h1></center>
<hr><center>nginx/1.25.3</center>
</body>
</html>