From a17db8ce932772c3f1154f84ed371d8a20b5e378 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Thu, 9 Jan 2025 15:36:16 -0800 Subject: [PATCH] Added main menu and spacing --- meshview/templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meshview/templates/base.html b/meshview/templates/base.html index 763811f..30676a8 100644 --- a/meshview/templates/base.html +++ b/meshview/templates/base.html @@ -33,10 +33,12 @@ +
Search for a node  - See a realtime graph of the network  - See what people are saying  - See everything
+
Loading...
{% block body %} {% endblock %} - + \ No newline at end of file