Files
site_internet/templates/404.html
2026-03-07 15:59:26 +01:00

9 lines
164 B
HTML

{% extends "base.html" %}
{% block content %}
<div>
<h1>404 Not Found</h1>
<p>Aucune page trouvee comportant cet url</p>
</div>
{% endblock content %}