Initial commit

This commit is contained in:
Claude Paroz 2024-06-03 16:49:01 +02:00
commit 793bb6a488
182 changed files with 17153 additions and 0 deletions

8
templates/404.html Normal file
View file

@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block title %}Page introuvable{% endblock %}
{% block content %}
<h2>Page introuvable</h2>
<p>Nous sommes désolés, la page demandée n'existe pas ou plus.</p>
{% endblock %}