dogtamer/server/templates/index.html

8 lines
111 B
HTML
Raw Normal View History

2021-08-23 00:45:44 +00:00
<DOCTYPE html>
<html>
<ol>
{{ range .Streams }}
<li>{{ .URL }}</li>
{{ end }}
</ol>
</html>