nixfox-reborn/templates/404.html

6 lines
179 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="blocktitle">404, page not found</h1>
<p>lost? you can always return <a href="/">home</a>.</p>
{% endblock content %}