Add video
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-06-08 15:43:14 +02:00
commit 968e6a1389
3 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<div class="embed-responsive embed-responsive-16by9" style="margin-top:.7em;margin-bottom:.7em">
<video controls preload="auto" playsinline class="embed-responsive-item">
<source src="{{ .Get "src" }}" type="video/mp4">
<span>Download the video <a href="{{ .Get "src" }}">here</a></span>
</video>
</div>