Skip to content

Commit

Permalink
vid
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas committed Sep 18, 2024
1 parent 20de7f7 commit e91a8cd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/aniversario.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@
</div>
</div>
<div class="real">
<video autoplay class="anivideo">
<video autoplay class="anivideo" id="vid">
<source src="anivideo.mp4" type="video/mp4">
</video>
<script>
document.getElementById('vid').play();
</script>

<div class="texto">
<h1>Marramiau</h1>

Expand Down

0 comments on commit e91a8cd

Please sign in to comment.