Skip to content

Instantly share code, notes, and snippets.

@monkbroc
Created November 16, 2016 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monkbroc/e79288f43d0721b9d4c4b31ff0a4a436 to your computer and use it in GitHub Desktop.
Save monkbroc/e79288f43d0721b9d4c4b31ff0a4a436 to your computer and use it in GitHub Desktop.
Intense error page
<!DOCTYPE html>
<html>
<head>
<title>MuniRent - Server error (500)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
body { text-align: center; padding: 30px; }
h1 { font-size: 30px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; }
.logo { width: 100%; }
</style>
</head>
<body>
<article>
<div><img class="logo" src="https://s3.amazonaws.com/munirent/error_pages/MuniRent-Logo-2.png" alt="MuniRent logo"></div>
<h1>We're sorry, but something went wrong</h1>
<iframe width="100%" height="300" src="https://s3.amazonaws.com/munirent/error_pages/liquid.html" allowfullscreen="allowfullscreen" frameborder="0" scrolling="no"></iframe>
<p>MuniRent encountered an internal error. We apologize for the
inconvenience.</p>
<p><a href="mailto:support@munirent.co">Please contact us to report issues in MuniRent.</a></p>
<p>&mdash; <a href="mailto:support@munirent.co">The MuniRent team</a></p>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment