Skip to content

Commit 1e0cbe6

Browse files
author
Gabriel Monroy
committed
add 500.html template as part of api staticfiles
1 parent 5a9d092 commit 1e0cbe6

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

api/static/500.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<title>Deis Error</title>
6+
<meta charset="utf-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<meta name="description" content="">
9+
<meta name="keywords" content="" />
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
12+
<link rel="stylesheet" href="/static/css/bootstrap.css" media="screen" type="text/css">
13+
<link rel="stylesheet" href="/static/css/bootstrap-responsive.css" type="text/css">
14+
<link rel="stylesheet" href="/static/css/main.css" type="text/css">
15+
<link rel="shortcut icon" href="/static/favicon.ico">
16+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
17+
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
18+
<meta name='robots' content='noindex,nofollow' />
19+
</head>
20+
<body style="zoom: 1;">
21+
<!--[if lt IE 7]>
22+
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
23+
<![endif]-->
24+
25+
<div class="container">
26+
<div class="row">
27+
<h1>Internal Server Error</h1>
28+
<p>See /var/log/deis for details</p>
29+
</div> <!-- .row -->
30+
</div> <!-- .main_section container-->
31+
32+
</body>
33+
34+
</html>

0 commit comments

Comments
 (0)