Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Arzzzzy authored May 7, 2024
1 parent b7191ca commit 4f4bf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="container">
<h1><img src="Pokemon-Logo.png" alt="Pokedex Logo" class="logo"></h1>
<input type="text" id="searchInput" placeholder="Enter Pokémon Name or ID">
<img src="Pokeball.png" alt="Search" class="pokeball-btn" id="searchBtn"><br>
<img src="pokeball.png" alt="Search" class="pokeball-btn" id="searchBtn"><br>
<div id="pokemonInfo"></div>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
Expand Down

0 comments on commit 4f4bf13

Please sign in to comment.