Skip to content

Commit d790bc5

Browse files
Update index.html
1 parent 8280331 commit d790bc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
<title>POKEDEX</title>
88
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
99
<link href="./styles.css" rel="stylesheet" >
10-
<!-- <script src="./pokedex.js" type="text/javascript" defer></script> -->
1110
</head>
1211
<body>
1312
<div main class="main">
1413
<h1>POKEDEX</h1>
15-
<img src="./images/pokeball.png" alt="Pokemon" id="pokeImg" width="100px">
14+
<img src="./images/pokeball.png" alt="Pokemon" id="pokeImg" width="80px">
1615
<form action="" onsubmit="searchPokemon(event)">
1716
<input type="text" placeholder="Pokemon name or ID" id="pokemon" name="pokemon" autocomplete="off"><br><br>
1817
</form>

0 commit comments

Comments
 (0)