zulip/templates/404.html
Keegan McAllister b0462ebef7 Wrap extremely long lines in HTML
(imported from commit 4a18013ae001223709d91b7433128f8e75ebf399)
2012-10-25 15:22:18 -04:00

14 lines
335 B
HTML

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