2012-10-22 21:10:57 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2013-08-06 21:32:15 +02:00
|
|
|
<title>Zulip, from Zulip, Inc.</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
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="navbar">
|
|
|
|
<ul class="nav pull-right">
|
|
|
|
<li><a href="/accounts/login/?next=/">Log in</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="row-fluid">
|
|
|
|
<div class="span2"></div>
|
|
|
|
<div class="span10">
|
2012-10-25 06:09:28 +02:00
|
|
|
<div class="title">
|
2013-07-10 21:58:43 +02:00
|
|
|
<a class="title" href="/">Zulip</a>
|
2012-10-25 06:09:28 +02:00
|
|
|
<span class="for_you"> isn't feeling too good.</span>
|
|
|
|
</div>
|
2012-10-22 21:10:57 +02:00
|
|
|
|
|
|
|
<br/>
|
2016-07-09 02:39:14 +02:00
|
|
|
<p class="lead">Internal server error.</p>
|
|
|
|
<br/>
|
2017-05-14 07:41:33 +02:00
|
|
|
<!-- TODO: Make nginx 5xx error page customizable -->
|
2017-06-15 06:18:24 +02:00
|
|
|
<!-- 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>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|