From a37ce00ed74c76c420e544ebfe8e73c2e7d2ab59 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sat, 21 Jun 2025 14:25:49 +0200 Subject: [PATCH] Add templates/base.html --- templates/base.html | 48 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 templates/base.html diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..32eb6ad --- /dev/null +++ b/templates/base.html @@ -0,0 +1,48 @@ + + + + + + {% block title %}AS215085 - Network tools{% endblock %} + + + + + + +
+
+ AS215085 Logo +

router1.doet.pixelhosting.nl

+

Proudly delivering the backbone for PixelHosting’s services

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