diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..d8085a4 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block content %} +
+

404 Not Found

+

Aucune page trouvee comportant cet url

+
+{% endblock content %}