From 1bf339c91139dc14ab85dfc25bd85d12f0dae7e6 Mon Sep 17 00:00:00 2001 From: Franoosh Date: Thu, 18 Dec 2025 22:53:49 +0100 Subject: Initial commit --- templates/main.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 templates/main.html (limited to 'templates/main.html') diff --git a/templates/main.html b/templates/main.html new file mode 100644 index 0000000..e0eaa52 --- /dev/null +++ b/templates/main.html @@ -0,0 +1,16 @@ + + + + Live Streaming + + +

Streaming live.

+ {% for client_id in clients.keys() %} +

Client {{ client_id }}

+
  • + Client {{ client_id }} streams + +
  • + {% endfor %} + + -- cgit v1.2.3