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