mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-29 13:08:02 +00:00
24 lines
596 B
HTML
Executable File
24 lines
596 B
HTML
Executable File
<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>Something's gone wrong under the hood.</p>
|
|
</div>
|
|
<p>
|
|
<img src="https://dl.dropbox.com/u/4003020/500.png" alt="500"/>
|
|
</p>
|
|
|
|
Type: {{ type }} <br />
|
|
Value: {{ value }} <br />
|
|
Traceback: {{ traceback }} <br />
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|