feat: implement country search functionality with dynamic results

This commit is contained in:
2026-05-25 12:29:22 -03:00
parent 4a7c4871f6
commit 19fbf05d87
2 changed files with 49 additions and 1 deletions

View File

@@ -8,7 +8,11 @@
</head>
<body>
<h1>Ejercicio 5</h1>
<div id="results">
<label for="search">Buscar:</label>
<input type="text" id="search" name="search">
<ul id="resultsList"></ul>
</div>
<script src="ejercicio5.js"></script>
</body>
</html>