Solucion ejercicio 2

This commit is contained in:
Juanse Marquez
2026-06-01 18:44:40 -03:00
parent 610d2530dd
commit 4429e93eaf
2 changed files with 31 additions and 0 deletions

View File

@@ -8,6 +8,16 @@
</head>
<body>
<h1>Ejercicio 2</h1>
<div id="lista">
<h2>Lista de tareas</h2>
<ul>
</ul>
</div>
<div id="agregar">
<input type="text" placeholder="Descripción de la nueva tarea">
<button type="button">Agregar tarea</button>
</div>
<script src="ejercicio2.js"></script>
</body>