2012-10-22 21:10:57 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2017-07-08 02:26:30 +02:00
|
|
|
<title>Zulip - 500 internal server error</title>
|
2013-11-04 19:31:18 +01:00
|
|
|
<link href="/static/third/bootstrap/css/bootstrap.css" rel="stylesheet">
|
2012-10-22 21:10:57 +02:00
|
|
|
<link href="/static/third/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
2013-02-25 02:59:59 +01:00
|
|
|
<!-- NB: Relies on the fact that PipelineCachedStorage also includes
|
|
|
|
a copy of the file with no hash in the name.
|
|
|
|
This file will not load in dev unless you set DEBUG = False. -->
|
|
|
|
<link href="/static/min/portico.css" rel="stylesheet">
|
2012-10-22 21:10:57 +02:00
|
|
|
|
2013-03-06 18:21:14 +01:00
|
|
|
<meta http-equiv="refresh" content="60;URL='/'">
|
2012-10-22 21:10:57 +02:00
|
|
|
|
2017-07-08 02:26:30 +02:00
|
|
|
</head>
|
2012-10-22 21:10:57 +02:00
|
|
|
|
2017-07-08 02:26:30 +02:00
|
|
|
<body id="error_page">
|
|
|
|
<!-- TODO: Make nginx 5xx error page customizable -->
|
|
|
|
<!-- This is tricky because it's not served by Django, -->
|
|
|
|
<!-- so we can't use variables -->
|
2012-10-22 21:10:57 +02:00
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="row-fluid">
|
2017-07-08 02:26:30 +02:00
|
|
|
<img src="../images/500art.svg" alt=""/>
|
|
|
|
<div class="errorbox">
|
|
|
|
<div class="errorcontent">
|
|
|
|
<h1 class="lead">Internal server error</h1>
|
|
|
|
<p>This Zulip server is currently experiencing some technical difficulties. Sorry about that!</p>
|
|
|
|
<p>The page will reload automatically soon after service is restored.</p>
|
2012-10-25 06:09:28 +02:00
|
|
|
</div>
|
2012-10-22 21:10:57 +02:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|