aboutsummaryrefslogtreecommitdiff
path: root/extras/404.html
blob: 68f2df5efe0d0b5b3940fbbca319a6ac4413b616 (plain)
1
2
3
4
5
6
7
8
9
{% set SITEURL = "" %}
{% 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 %}