This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<h1>Juego del pez</h1> | |
<video playsinline autoplay muted loop> | |
<source src="https://ia801302.us.archive.org/0/items/debajo/debajo.mp4" type="video/webm"> | |
Your browser does not support the video tag. | |
</video> | |
<button id="inicio" type="button">Empezar!</button> | |
<img src="https://archive.org/download/elbuceador/elbuceador.png" alt="buceador" width="200px" id="buzo"> |