Wrap in a div

This commit is contained in:
rroller 2024-11-18 20:41:03 -08:00
parent 8f41afed30
commit 2d9ba576d5

View file

@ -28,10 +28,12 @@
<div style="margin-top:20px;">
<h2>Done!</h2>
{{range .media}}
<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 }}