Skip to content

Commit

Permalink
Update search.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Fries-byte authored Sep 12, 2024
1 parent 8bc36ee commit b9fbbae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<body>
<h1>Fries-Search</h1>
<h3>Miss typed? Heres a search bar!</h3>
<input type="text" id="searchbar" autocomplete="off" style="width: 110px>
<input id="searchbar" autocomplete="off" style="width: 110px>
<strong>ㅤ</strong>
<button id="searchbutton" type="submit" onclick="performSearch()">Search</button>
<button id="searchbutton" onclick="performSearch()">Search</button>
<br>
<br>
<br>
Expand Down

0 comments on commit b9fbbae

Please sign in to comment.