srctree

Gregory Mullen parent 19dcc156 fadb1c47 4b9fcfe3
Merge remote-tracking branch fallback-html

src/fallback_html/4XX.html added: 50, removed: 37, total 13
@@ -1,18 +1,26 @@
<!DOCTYPE html>
<html>
<head> <title>Verse: Not Found</title>
<style>
html { background: #222222; color: #FFFFEB; min-height: 100%; }
body { width: 35em; margin: 0 auto; }
</style>
</head>
<body>
<h1>404: Task Failed Successfully!</h1>
<p>The git repo you're looking for is in another castle :(<br/>
Please try again repeatedly... surely it'll work this time!</p>
<p>If you are the system administrator you should already know why <br/>
it's broken what are you still reading this for?!</p>
<p><em>Faithfully yours, Geoff from Accounting.</em></p>
</body>
<head>
<title>Verse: Not Found</title>
<style>
html {
color-scheme: light dark;
min-height: 100%;
}
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>404: Task Failed Successfully!</h1>
<p>The page you're looking for is in another castle :(<br/>
Please try again repeatedly... surely it'll work this time!</p>
<p>If you are the system administrator you should already know why <br/>
it's broken what are you still reading this for?!</p>
<p><em>Faithfully yours, Geoff from Accounting.</em></p>
</body>
</html>
 
 
src/fallback_html/5XX.html added: 50, removed: 37, total 13
@@ -1,25 +1,30 @@
<!DOCTYPE html>
<html>
<head>
<title>zWSGI</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>Task Failed Successfully!</h1>
<p>The server started working on your request, but then it died. Which is
really weird, because it was so full of life just the other day!</p>
<p> This crash wasn't your fault... but I'm still probably gonna blame you.
<br/>Sorry about that!</p>
<p>You can try again repeatedly... But it'll probably crash again, and then
that's just more blame for you! Is that a risk you're willing to take?!</p>
<p>If you are the system administrator you should already know why <br/>
it's broken what are you still reading this for?!</p>
<p><ErrorString ornull></p>
<p><em>Never in your debt, Aye-Aye-Ron from Human Resources.</em></p>
</body>
<head>
<title>Verse: Internal Server Error</title>
<style>
html {
color-scheme: light dark;
}
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<h1>Task Failed Successfully!</h1>
<p>The server started working on your request, but then it died. Which is
really weird, because it was so full of life just the other day!</p>
<p> This crash wasn't your fault... but I'm still probably gonna blame you.
<br/>Sorry about that!</p>
<p>You can try again repeatedly... But it'll probably crash again, and then
that's just more blame for you! Is that a risk you're willing to take?!</p>
<p>If you are the system administrator you should already know why <br/>
it's broken what are you still reading this for?!</p>
<p><ErrorString ornull></p>
<p><em>Never in your debt, Aye-Aye-Ron from Human Resources.</em></p>
</body>
</html>