Solución ejercicio 5

This commit is contained in:
Juanse Marquez
2026-06-01 18:48:41 -03:00
parent 610d2530dd
commit ba0098e540
2 changed files with 39 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
</head>
<body>
<h1>Ejercicio 5</h1>
<input type="text" id="filtro" placeholder="Buscar país...">
<ul id="lista"></ul>
<script src="ejercicio5.js"></script>
</body>