rearranged stream page layout
This commit is contained in:
parent
0d7faa4397
commit
c383046fa2
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{{template "base" .}}
|
||||
{{define "content"}}
|
||||
<img src="/stream?URL={{.URL}}">
|
||||
<img src="/previous?URL={{.URL}}">
|
||||
<img src="/debug?URL={{.URL}}">
|
||||
<img src="/current?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}}
|
Loading…
Add table
Reference in a new issue