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