mirror of https://github.com/MISP/misp-website
6 lines
346 B
HTML
6 lines
346 B
HTML
<div class="myvideo">
|
|
<video style="display:block; width:100%; height:auto;" autoplay controls loop="loop">
|
|
<source src="{{ index .Params "src" }}" {{ if isset .Params "title"}} title="{{ index .Params "title" }}" {{end}} />
|
|
Sorry, cannot display the video as the video tag is not supported by your browser.
|
|
</video>
|
|
</div> |