Add minimal web interface

This commit is contained in:
2021-08-23 02:45:44 +02:00
parent 72c84dff1e
commit 1d6e4270ba
8 changed files with 325 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<DOCTYPE html>
<html>
<ol>
{{ range .Streams }}
<li>{{ .URL }}</li>
{{ end }}
</ol>
</html>