From 9d99262401762f3aee40132d93c74b3c46859a02 Mon Sep 17 00:00:00 2001 From: Louis King Date: Fri, 6 Feb 2026 23:48:43 +0000 Subject: [PATCH] Updates --- src/meshcore_hub/web/templates/home.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/meshcore_hub/web/templates/home.html b/src/meshcore_hub/web/templates/home.html index 085d595..b02e89e 100644 --- a/src/meshcore_hub/web/templates/home.html +++ b/src/meshcore_hub/web/templates/home.html @@ -8,11 +8,16 @@
- {{ network_name }} -

{{ network_name }}

- {% if network_city and network_country %} -

{{ network_city }}, {{ network_country }}

- {% endif %} + +
+ {{ network_name }} +
+

{{ network_name }}

+ {% if network_city and network_country %} +

{{ network_city }}, {{ network_country }}

+ {% endif %} +
+
{% if network_welcome_text %}

{{ network_welcome_text }}

{% else %}