Ejercicio 1

This commit is contained in:
2026-05-28 19:30:06 -03:00
parent 610d2530dd
commit 8b5b25c46e
2 changed files with 23 additions and 1 deletions

View File

@@ -8,7 +8,9 @@
</head>
<body>
<h1>Ejercicio 1</h1>
<input type="text" id="campo-nombre" placeholder="Ingresá tu nombre">
<button id="boton-saludo">Saludar</button>
<p id="mensaje-resultado"></p>
<script src="ejercicio1.js"></script>
</body>
</html>