„layouts/index.html“ ändern

This commit is contained in:
dunji 2022-06-06 13:12:14 +02:00
parent 80ec40e760
commit 49d87ea1db
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<p>{{ .content | safeHTML }}</p>
</header>
<div class="videoWrapper">
<iframe width="560" height="349" autoplay=0 src="https://media.darmstadt.freifunk.net/Freifunk-verbindet.mp4" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="349" src="https://media.darmstadt.freifunk.net/Freifunk-verbindet.mp4" frameborder="0" autoplay="0" allowfullscreen></iframe>
</div>
</section>
{{ end }}