fixed & added

This commit is contained in:
saintly2k 2021-10-31 23:46:22 +01:00 committed by GitHub
parent 13a730530c
commit 73b8244c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 100 additions and 0 deletions

25
views/errors/418.html Normal file
View File

@ -0,0 +1,25 @@
<title>418 I'm A Teapot</title>
<style>
body {
background: black;
font-size: x-large;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: white;
}
#container {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
img {
width: 100%;
}
</style>
<div id="container">
<img src="https://github.com/saintly2k/saintly2k/blob/main/cnd/images/nyaa/418.png?raw=true" style="width:60%;">
<h1>Error 418</h1>
<h3>Here am I, saintly2k, the great teapot... <i>seriously??</i></h3>
</div>

25
views/errors/429.html Normal file
View File

@ -0,0 +1,25 @@
<title>429 Too Many Requests</title>
<style>
body {
background: black;
font-size: x-large;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: white;
}
#container {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
img {
width: 100%;
}
</style>
<div id="container">
<img src="https://github.com/saintly2k/saintly2k/blob/main/cnd/images/nyaa/429.png?raw=true" style="width:70%;">
<h1>Error 429</h1>
<h3>You are being rate-limited... <i>stop it!</i></h3>
</div>

25
views/errors/451.html Normal file
View File

@ -0,0 +1,25 @@
<title>451 Legal Reasons</title>
<style>
body {
background: black;
font-size: x-large;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: white;
}
#container {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
img {
width: 100%;
}
</style>
<div id="container">
<img src="https://github.com/saintly2k/saintly2k/blob/main/cnd/images/nyaa/451.png?raw=true" style="width:100%;">
<h1>Error 451</h1>
<h3>Content removed due to legal reasons... <i>objection!</i></h3>
</div>

25
views/errors/500.html Normal file
View File

@ -0,0 +1,25 @@
<title>500 Inernal Server Error</title>
<style>
body {
background: black;
font-size: x-large;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: white;
}
#container {
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
img {
width: 100%;
}
</style>
<div id="container">
<img src="https://github.com/saintly2k/saintly2k/blob/main/cnd/images/nyaa/500.png?raw=true" style="width:80%;">
<h1>Error 500</h1>
<h3>My hosting messed up... <i>sorry~</i></h3>
</div>