nixfox-reborn/templates/404.html

6 lines
160 B
HTML

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