Sort status codes, add 504, fix 300 and 404
This commit is contained in:
parent
aec721db2d
commit
f6da1671aa
7 changed files with 37 additions and 40 deletions
|
@ -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>
|
||||
|
|
|
@ -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
7
pages/504.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue