diff options
Diffstat (limited to 'extras/404.html')
-rw-r--r-- | extras/404.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/404.html b/extras/404.html new file mode 100644 index 0000000..5c0cda0 --- /dev/null +++ b/extras/404.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} +{% block content_title %}Erreur 404{% endblock %} +{% block content %} +<section class="body page"> + <h1 class="page-title">Erreur 404</h1> + La page que vous cherchez n'existe pas. +</section> +{% endblock content %} |