mirror of
https://github.com/saintly2k/FoOlSlideX.git
synced 2025-02-20 11:13:13 +08:00
fixed & added
This commit is contained in:
parent
13a730530c
commit
73b8244c41
25
views/errors/418.html
Normal file
25
views/errors/418.html
Normal 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
25
views/errors/429.html
Normal 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
25
views/errors/451.html
Normal 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
25
views/errors/500.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user