Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision committed Sep 12, 2024
1 parent 09a5680 commit 1e6fad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="main_wrapper">
<main class="container mt-5">
<h1>Search</h1>
<input class="w-100 search_field form-control p-3" style="color: black">
<input class="w-100 search_field form-control p-3" type="search" style="color: black">
<ul class="search_results list-group list-group-flush">
<p class="my-4 no_results d-none">No results.</p>
</ul>
Expand Down Expand Up @@ -88,4 +88,4 @@ <h1>Search</h1>
<script src="/sidebar.js"></script>
</body>

</html>
</html>

0 comments on commit 1e6fad7

Please sign in to comment.