2012-10-30 15:54:58 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2017-06-05 22:44:26 +02:00
|
|
|
<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.
|
2017-07-08 02:42:31 +02:00
|
|
|
This file will not load in dev unless you run `manage.py collectstatic`. -->
|
2017-06-05 22:44:26 +02:00
|
|
|
<link href="/static/min/portico.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
|
2017-07-08 02:44:15 +02:00
|
|
|
<body class="error_page">
|
2017-06-05 22:44:26 +02:00
|
|
|
<div class="container">
|
|
|
|
<div class="row-fluid">
|
2017-06-07 15:55:33 +02:00
|
|
|
<img src="../images/400art.svg" alt=""/>
|
|
|
|
<div class="errorbox">
|
|
|
|
<div class="errorcontent">
|
|
|
|
<h1 class="lead">Page not found (404)</h1>
|
|
|
|
<p>We can't find the page you're looking for.</p>
|
2017-06-05 22:44:26 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2012-10-30 15:54:58 +01:00
|
|
|
|
2017-06-05 22:44:26 +02:00
|
|
|
</body>
|
2012-10-30 15:54:58 +01:00
|
|
|
|
|
|
|
</html>
|