„layouts/index.html“ ändern

This commit is contained in:
dunji 2022-06-06 13:10:27 +02:00
parent 98ed9925e2
commit 80ec40e760
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" controls src="https://media.darmstadt.freifunk.net/Freifunk-verbindet.mp4" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="349" autoplay=0 src="https://media.darmstadt.freifunk.net/Freifunk-verbindet.mp4" frameborder="0" allowfullscreen></iframe>
</div>
</section>
{{ end }}