From c49044ef8574e5cdaa311f330c5dcca126a2b393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Eng=C3=A9libert?= Date: Tue, 25 Mar 2025 21:16:39 +0100 Subject: [PATCH] 404 --- templates/404.html | 118 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 templates/404.html diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..581732c --- /dev/null +++ b/templates/404.html @@ -0,0 +1,118 @@ +{% extends "base.html" %} + +{% block title %}404 Not Found – {{ tr.sitename|safe }}{% endblock title %} + + +{% block main %} +

404 Not Found

+ +

+ + + + + +{% endblock main %}