This commit is contained in:
Asif Bacchus 2019-06-22 06:24:08 -06:00
parent c6f2d67c3f
commit 991414bf5b
1 changed files with 21 additions and 0 deletions

21
50x.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Error 50x - Server Misconfiguration</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Whoops! My bad!</h1>
<div class="spacer"></div>
<p>Seems there's something wrong with me... my configuration is screwy! I'm sure my admin is looking into the issue and will have me up and running again in no time. Sorry about this.</p>
<img src="images/monster_panic.svg" alt="panicked monster">
<p class="instructions">This is often a temporary condition. Please try again later. (error 50x)</p>
<div class="spacer"></div>
<footer>
Page designed by Asif Bacchus. Please feel free to use, redistribute and alter as you see fit! Latest version available at https://git.asifbacchus.app/asif/fun-errorpages.git. Monster image from Freepik (www.freepik.com).
</footer>
</body>
</html>