From bcb04bcec57d818c2feebc5bb4788306f353f6e4 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Fri, 21 Feb 2025 11:56:07 -0800 Subject: [PATCH] Create map.html --- meshview/templates/map.html | 154 ++++++++++++++++++++++++++++++++++++ 1 file changed, 154 insertions(+) create mode 100644 meshview/templates/map.html diff --git a/meshview/templates/map.html b/meshview/templates/map.html new file mode 100644 index 0000000..cd1d003 --- /dev/null +++ b/meshview/templates/map.html @@ -0,0 +1,154 @@ +{% extends "base.html" %} +{% block css %} + + +{% endblock %} + +{% block body %} +
+ +
+ LongFast + MediumSlow + LongFast Routers + MediumSlow Routers +
+ + + + +{% endblock %}