Skip to content

Instantly share code, notes, and snippets.

@ANAIDJM1
ANAIDJM1 / index.html
Created January 14, 2024 21:55
Juego del Pez
<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">