From 73f881dd4b6a3aee781600b7cbb240707a887347 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sat, 21 Jun 2025 14:27:00 +0200 Subject: [PATCH] Update templates/index.html --- templates/index.html | 51 ++++++-------------------------------------- 1 file changed, 6 insertions(+), 45 deletions(-) diff --git a/templates/index.html b/templates/index.html index 01bfb67..948ab0b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,40 +1,8 @@ - - - - - - AS215085 - Router tools | Home - - - - - - -
-
- AS215085 Logo -

core1.doet.pixelhosting.nl

-

Proudly delivering the backbone for PixelHosting’s services

-
-
- -
+{% extends "base.html" %} + +{% block title %}AS215085 - Router tools | Home{% endblock %} + +{% block content %}

Welcome

Welcome to the AS215085 Network tools

@@ -54,11 +22,4 @@

BGP.Tools network map

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