mirror of https://github.com/zulip/zulip.git
42 lines
1.1 KiB
HTML
42 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Humbug, from Humbug Inc.</title>
|
|
<link href="/static/third/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="/static/third/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
|
<link href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
|
|
<link href="/static/public/styles/portico.css?dummy_time=none" rel="stylesheet">
|
|
</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="/">Humbug</a>
|
|
<span class="for_you"> got a bit lost there.</span>
|
|
</div>
|
|
|
|
<br/>
|
|
<p class="lead">404: Page not found.<p>
|
|
|
|
<p>We know this is stressful, but we still love you. You might want to
|
|
<a href="#" onclick="history.back()">go back</a> and try something else.</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|