From e3768b81a9caf4400a8f0c86a669f7ae66ee9fbb Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Thu, 9 Jan 2025 15:50:37 -0800 Subject: [PATCH] Cleaned up Index page --- meshview/templates/index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meshview/templates/index.html b/meshview/templates/index.html index a8c5223..b26bf0b 100644 --- a/meshview/templates/index.html +++ b/meshview/templates/index.html @@ -2,7 +2,4 @@ {% block body %} {% include "search_form.html" %} -

See a realtime graph of the network

-

See what people are saying

-

See everything

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