From 1c656b87ed372b9dedd22e6daa87c18d11c890a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Wed, 15 Apr 2026 18:18:53 +0000 Subject: [PATCH] whatsapp_bridge/ui/index.html aktualisiert --- whatsapp_bridge/ui/index.html | 137 +++++++++++++++++++++++----------- 1 file changed, 92 insertions(+), 45 deletions(-) diff --git a/whatsapp_bridge/ui/index.html b/whatsapp_bridge/ui/index.html index 2ed1df5..77e6035 100644 --- a/whatsapp_bridge/ui/index.html +++ b/whatsapp_bridge/ui/index.html @@ -1,51 +1,98 @@ - \ No newline at end of file + // Alle 3 Sekunden aktualisieren + setInterval(update, 3000); + update(); + + + \ No newline at end of file