Ejercicio 1

This commit is contained in:
Bruno Dalessandro
2026-05-28 11:22:31 -03:00
parent 610d2530dd
commit 9f57950a7b
2 changed files with 28 additions and 1 deletions

View File

@@ -8,7 +8,9 @@
</head>
<body>
<h1>Ejercicio 1</h1>
<input type="text" id="nombre" placeholder="Ingresa tu nombre">
<p id="saludo"></p>
<button type="submit" id="boton">Enviar</button>
<script src="ejercicio1.js"></script>
</body>
</html>