fmouhart.epheme.re/templates/404.html
2023-11-02 09:04:40 +01:00

8 lines
139 B
HTML

{% extends "base.html" %}
{% block main %}
<h1>404</h1>
<p>The page you requested has not been found in this website.</p>
{% endblock %}