From ecef7d8bbdda639c25fcfe05dc10c8015a7ced8f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sat, 20 Jun 2026 21:27:34 -0700 Subject: move title to bottom --- app.py | 24 ++++++++++++------------ index.css | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/app.py b/app.py index 5395f2e..197b5fd 100644 --- a/app.py +++ b/app.py @@ -246,8 +246,19 @@ PAGE_TEMPLATE = """ {% endif %}
+
+ {{ html_fragment|safe }} +
+ + {% if config.external_links %} + + {% endif %} +
- TeamSpeak Server Status

{{ config.ui.title }}

{{ config.ui.subtitle }}

{% if is_online %} @@ -260,17 +271,6 @@ PAGE_TEMPLATE = """ {{ config.buttons.join }}

{{ config.buttons.download_text }} {{ config.buttons.download_link }}

-
- {{ html_fragment|safe }} -
- - {% if config.external_links %} - - {% endif %}