Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
raggiodev authored Mar 8, 2023
1 parent 5cef30e commit 33d3d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<title>Document</title>
<title>JS Recap 1 - Pokemon</title>
</head>
<body>
<fieldset class="inputs-container">
<input type="text" placeholder="busca tu poke" id="search">
<input type="text" placeholder="Busca tu Pokemon" id="search">
<div id="select-container"></div>
</fieldset>
<div id="container"></div>
<script type="module" src="./app.js"></script>
</body>
</html>
</html>

0 comments on commit 33d3d25

Please sign in to comment.