Last active
July 3, 2021 07:24
-
-
Save katio/281822d95323c16e94bec6eaf3f0af86 to your computer and use it in GitHub Desktop.
Código de video número 11 de la serie Programación desde cero. Haciendo una aplicación desde cero: HTML: https://www.youtube.com/watch?v=FQd0SZoSkso&list=PLZCwI0BeUWWK9xfJY9bO36_DG4QtXJX0o&index=11 https://twitter.com/abrupto
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head></head> | |
<body> | |
<h1>Dado</h1> | |
<img src="https://i.imgur.com/AYxOJot.png" alt="Trébol de 4 hojas"> | |
<button id="boton">Lanzar dado</button> | |
<div id="dado"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment