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 %}