regluit/frontend/templates/404.html

12 lines
234 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="js-main">
<h1>Oops! This page does not exist.</h1>
<p>Should it? Send us feedback: <a href="mailto:support@gluejar.com">support@gluejar.com</a>.</p>
</div>
{% endblock %}