From e089b4bda1e49db7744cbff5660b684c8b3ac0d0 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sun, 6 Jul 2025 16:23:05 +0200 Subject: [PATCH] Add templates/visual-route.html --- templates/visual-route.html | 75 +++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 templates/visual-route.html diff --git a/templates/visual-route.html b/templates/visual-route.html new file mode 100644 index 0000000..bd02354 --- /dev/null +++ b/templates/visual-route.html @@ -0,0 +1,75 @@ +{% extends "base.html" %} + +{% block title %}AS215085 - Router tools | BGP Route visualizer{% endblock %} + +{% block content %} + + +
+

BGP Route visualizer

+
+
+
+ + +
+
+ +
+
+
+ Best path +
+
+
+ Multipath +
+
+
+ Alternate path +
+
+
+ Best path node +
+
+
+ Multipath node +
+
+
+ Alternate path node +
+ +
+

Filter by Path Type:

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