premier brouillon
This commit is contained in:
parent
4442a417aa
commit
c4b5d14206
20 changed files with 33235 additions and 0 deletions
6
templates/404.html
Normal file
6
templates/404.html
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue