streamwatcher/templates/stream.html
2020-07-11 11:27:53 +00:00

7 lines
No EOL
190 B
HTML
Executable file

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