„layouts/index.html“ ändern

pull/32/head
dunji 2022-06-06 13:22:57 +02:00
parent 82738eaa94
commit de9909274d
1 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,11 @@
<p>{{ .content | safeHTML }}</p>
</header>
<div class="videoWrapper">
<iframe width="560" height="349" src="https://media.darmstadt.freifunk.net/Freifunk-verbindet.mp4" frameborder="0" autoplay="0" allowfullscreen></iframe>
<video width="560" height="349" controls>
<source src="https://media.darmstadt.freifunk.net/Freifunk-verbindet.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<!-- <iframe width="560" height="349" src="https://media.darmstadt.freifunk.net/Freifunk-verbindet.mp4" frameborder="0" autoplay="0" allowfullscreen></iframe> -->
</div>
</section>
{{ end }}