streamwatcher/templates/stream.html
2020-07-11 11:32:30 +00:00

7 lines
No EOL
265 B
HTML
Executable file

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