From 202359c9f645d0339005c7e69e4b6e6da51ab1ae Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sat, 21 Jun 2025 14:26:04 +0200 Subject: [PATCH] Add templates/404.html --- templates/404.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/404.html diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..2c65fcd --- /dev/null +++ b/templates/404.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} + +{% block title %}AS215085 - Router tools | 404{% endblock %} + +{% block content %} +
+

404 Not found

+
404 GIF +

Ooops! sorry this page was not found

+
+ + +
+
+{% endblock %} \ No newline at end of file