evorepo/templates/404.html

10 lines
173 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
<div class="box">
<h2>404 - Page Not Found</h2>
Sorry, the page you've requested does not exist.
</div>
{% endblock %}