Files
dss/templates/500.html
2012-09-26 20:24:33 +01:00

26 lines
741 B
HTML

<html>
<head>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="alert alert-error">
<strong>That's a 500..</strong>
<p>This means something's gone wrong under the hood.</p>
</div>
<p>Emails have been sent and meetings have been scheduled.
<blockquote>
We'll round-table, brainstorm and apply some blue-sky thinking. We'll have her sorted, lickety
split.
</blockquote>
</p>
<p>
<img src="https://dl.dropbox.com/u/4003020/500.png" alt="500"/>
</p>
</div>
</div>
</body>
</html>