mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-30 21:49:22 +00:00
26 lines
741 B
HTML
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> |