Skip to content

Instantly share code, notes, and snippets.

@katio
Last active July 3, 2021 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katio/281822d95323c16e94bec6eaf3f0af86 to your computer and use it in GitHub Desktop.
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
<!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