Solución ejercicio 1

This commit is contained in:
Juanse Marquez
2026-06-01 18:41:31 -03:00
parent 610d2530dd
commit 5f7e970258
2 changed files with 17 additions and 1 deletions

View File

@@ -8,6 +8,9 @@
</head>
<body>
<h1>Ejercicio 1</h1>
<input type="text" id="nombre" placeholder="Tu nombre">
<button id="boton">Saludar</button>
<p id="saludo"></p>
<script src="ejercicio1.js"></script>
</body>