Add minimal web interface
This commit is contained in:
8
server/templates/index.html
Normal file
8
server/templates/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<DOCTYPE html>
|
||||
<html>
|
||||
<ol>
|
||||
{{ range .Streams }}
|
||||
<li>{{ .URL }}</li>
|
||||
{{ end }}
|
||||
</ol>
|
||||
</html>
|
Reference in New Issue
Block a user