github.com/misfo/deis@v1.0.1-0.20141111224634-e0eee0392b8a/controller/api/static/500.html (about)

     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.min.css" media="screen" type="text/css">
    13    <link rel="stylesheet" href="/static/css/bootstrap-responsive.min.css" type="text/css">
    14    <link rel="stylesheet" href="/static/css/main.css" type="text/css">
    15    <link rel="stylesheet" href="/static/css/deis-controller.css" type="text/css">
    16    <link rel="shortcut icon" href="/static/favicon.ico">
    17    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
    18    <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
    19    <meta name='robots' content='noindex,nofollow' />
    20  </head>
    21  <body style="zoom: 1;">
    22    <!--[if lt IE 7]>
    23        <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>
    24    <![endif]-->
    25  
    26    <div class="container">
    27      <div class="row">
    28      	<h1>Internal Server Error</h1>
    29      	<p>See /data for details</p>
    30      </div> <!-- .row -->
    31    </div> <!-- .main_section container-->
    32  
    33  </body>
    34  
    35  </html>