Wrap in a div
This commit is contained in:
parent
8f41afed30
commit
2d9ba576d5
1 changed files with 6 additions and 4 deletions
|
|
@ -28,10 +28,12 @@
|
|||
<div style="margin-top:20px;">
|
||||
<h2>Done!</h2>
|
||||
{{range .media}}
|
||||
<a style="color: dodgerblue" href="/download?id={{.Id}}">{{.Name}}</a> <small>{{.HumanSize}}</small><br>
|
||||
<video controls loop width="250">
|
||||
<source src="/download?id={{.Id}}" type="video/mp4"/>
|
||||
</video>
|
||||
<div>
|
||||
<a style="color: dodgerblue" href="/download?id={{.Id}}">{{.Name}}</a> <small>{{.HumanSize}}</small><br>
|
||||
<video controls loop width="250">
|
||||
<source src="/download?id={{.Id}}" type="video/mp4"/>
|
||||
</video>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue