premier brouillon

This commit is contained in:
OniriCorpe 2026-04-15 03:58:05 +02:00
parent 4442a417aa
commit c4b5d14206
20 changed files with 33235 additions and 0 deletions

6
templates/404.html Normal file
View file

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h1>Erreur 404</h1>
<p>Quoi que vous cherchiez, ce n'est pas ici…</p>
{% endblock content %}