From a81bf0daa86a4dd5c1548c047bc5a305296c81aa Mon Sep 17 00:00:00 2001 From: Alexey Khit Date: Sun, 21 Aug 2022 09:28:26 +0300 Subject: [PATCH] Update web interface --- www/README.md | 6 +- www/index.html | 112 +++++++++++++++++++------ www/{webrtc-async.html => webrtc.html} | 0 3 files changed, 92 insertions(+), 26 deletions(-) rename www/{webrtc-async.html => webrtc.html} (100%) diff --git a/www/README.md b/www/README.md index 2a0ab57b..3d0463aa 100644 --- a/www/README.md +++ b/www/README.md @@ -46,4 +46,8 @@ pc.ontrack = ev => { video.srcObject = ev.streams[0]; } -``` \ No newline at end of file +``` + +## Useful links + +- https://divtable.com/table-styler/ \ No newline at end of file diff --git a/www/index.html b/www/index.html index 485e8f90..3ec42792 100644 --- a/www/index.html +++ b/www/index.html @@ -1,44 +1,106 @@ + - - + + + go2rtc + + - -
+
+ + add +
+ + + + + + + + + + +
NameOnlineCommands
\ No newline at end of file diff --git a/www/webrtc-async.html b/www/webrtc.html similarity index 100% rename from www/webrtc-async.html rename to www/webrtc.html