zulip/static/html/5xx.html
Tim Abbott 2555227cc5 errors: Update 404/5xx nginx pages.
We remove zulip-devel@ from the 404 page, and improve the comments
explaining why these pages don't use variables.
2017-06-14 21:18:45 -07:00

47 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Zulip, from Zulip, Inc.</title>
<link href="/static/third/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="/static/third/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<!-- 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">
<meta http-equiv="refresh" content="60;URL='/'">
</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">
<div class="title">
<a class="title" href="/">Zulip</a>
<span class="for_you"> isn't feeling too good.</span>
</div>
<br/>
<p class="lead">Internal server error.</p>
<br/>
<!-- TODO: Make nginx 5xx error page customizable -->
<!-- This is tricky because it's not served by Django, -->
<!-- so we can't use variables -->
</div>
</div>
</div>
</body>
</html>