This repository has been archived on 2024-08-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
redstoner.com/public/500.html
2013-05-18 22:46:56 +02:00

32 lines
564 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>500</title>
<style type="text/css">
body {
color: #888;
text-align: center;
font-family: arial, sans-serif;
}
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 3px dashed #a77;
background: #666;
border-radius: 0.8em;
}
h1 {
color: #977;
line-height: 1.5em;
}
</style>
</head>
<body>
<div class="dialog">
<h1>Uhh. That's an error.</h1>
<p>Sorry, this is our fault :(</p>
</div>
</body>
</html>