zulip/templates/404.html
Luke Faraone 29555559d2 Create better error pages for 404 and 500.
(imported from commit c2903b630131c55b9e14369ca0b7f1a8f0fe765c)
2012-10-04 15:31:23 -04:00

12 lines
336 B
HTML

{% extends "zephyr/content_base.html" %}
{% block for_you %} got a bit lost there. {% endblock %}
{% block more_content %}
<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>
{% endblock %}