streamwatcher/templates/stream.html

7 lines
No EOL
273 B
HTML
Executable file

{{template "base" .}}
{{define "content"}}
<img src="/stream?name={{.Name}}">
<img src="/previous?name={{.Name}}" width="425" height="240">
<img src="/debug?name={{.Name}}" width="425" height="240">
<img src="/current?name={{.Name}}" width="425" height="240">
{{end}}