Skip to content

Commit

Permalink
Used Button instead of input for submit
Browse files Browse the repository at this point in the history
  • Loading branch information
shriekdj committed Mar 2, 2022
1 parent 4667e25 commit 50dfdfe
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 @@ -29,7 +29,7 @@
<form method="GET" action="/search">
<label for="search-id">Search Here : </label>
<input type="search" id="search-id" name="search-key" placeholder="Enter Your Query" />
<input type="submit" />
<button type="submit">Search</button>
</form>

<!-- Main Section -->
Expand Down

0 comments on commit 50dfdfe

Please sign in to comment.