2012-10-22 21:10:57 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2018-01-27 18:11:30 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>Zulip - 500 internal server error</title>
|
2020-04-04 01:47:18 +02:00
|
|
|
<base href="/static/webpack-bundles/">
|
2012-10-22 21:10:57 +02:00
|
|
|
|
2018-01-27 18:11:30 +01:00
|
|
|
<meta http-equiv="refresh" content="60;URL='/'">
|
2012-10-22 21:10:57 +02:00
|
|
|
|
2018-01-27 18:11:30 +01:00
|
|
|
</head>
|
2012-10-22 21:10:57 +02:00
|
|
|
|
2018-01-27 18:11:30 +01:00
|
|
|
<body class="error_page">
|
2017-07-08 02:26:30 +02:00
|
|
|
<!-- TODO: Make nginx 5xx error page customizable -->
|
|
|
|
<!-- This is tricky because it's not served by Django, -->
|
|
|
|
<!-- so we can't use variables -->
|
2018-01-27 18:11:30 +01:00
|
|
|
<div class="header" style="background-color: #c9e9e0;">
|
|
|
|
<div class="header-main" id="top_navbar">
|
2018-02-05 20:08:20 +01:00
|
|
|
<div class="float-left">
|
2018-01-27 18:11:30 +01:00
|
|
|
<div>
|
|
|
|
<a class="brand logo" href="https://zulipchat.com/">
|
2018-07-06 23:18:17 +02:00
|
|
|
<svg class="brand-logo" xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 40 40" version="1.1">
|
2018-01-27 18:11:30 +01:00
|
|
|
<g transform="translate(-297.14285,-466.64792)">
|
|
|
|
<circle cx="317.14285" cy="486.64792" r="19.030317" style="fill:hsl(156, 100%, 24%)!important;stroke-width:1.93936479;stroke:transparent"></circle>
|
|
|
|
<path d="m309.24286 477.14791 14.2 0 1.6 3.9-11.2 11.9 9.6 0 1.6 3.2-14.2 0-1.6-3.9 11.2-11.9-9.6 0z" style="fill:#52c2af;stroke:#52c2af"></path>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
<span style="color: hsl(156, 100%, 24%);">Zulip</span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-07-18 11:42:41 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2018-01-27 18:11:30 +01:00
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="row-fluid">
|
|
|
|
<img src="/static/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>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2012-10-22 21:10:57 +02:00
|
|
|
|
2018-01-27 18:11:30 +01:00
|
|
|
</div>
|
2012-10-22 21:10:57 +02:00
|
|
|
|
2018-01-27 18:11:30 +01:00
|
|
|
</body>
|
2012-10-22 21:10:57 +02:00
|
|
|
|
|
|
|
</html>
|