Skip to content

Commit

Permalink
Add Dummy Search Form
Browse files Browse the repository at this point in the history
  • Loading branch information
shriekdj committed Mar 2, 2022
1 parent 6df85f7 commit 4667e25
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@
<a href="#">Contact</a><br />
</nav>
</div>


<!-- Dummy Search Bar -->
<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" />
</form>

<!-- Main Section -->
<main class="main">
Main Section
Expand Down

0 comments on commit 4667e25

Please sign in to comment.