dogtamer/server/templates/index.html
2021-09-14 22:51:36 +02:00

10 lines
176 B
HTML

<DOCTYPE html>
<html>
<ol>
{{ range .Streams }}
<li>
<a href="{{ .Path }}">{{ .Name }}</a>
</li>
{{ end }}
</ol>
</html>