streamwatcher/templates/stream.html
2020-07-12 13:38:04 +00:00

10 lines
No EOL
411 B
HTML
Executable file

{{template "base" .}}
{{define "content"}}
<div>
<canvas id="canvas" width="1280" height="720">Not supported</canvas>
<img src="/stream?name={{.Name}}" id="current_color_stream" hidden>
<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">
</div>
{{end}}