Remove search with searx form from main page

The search bar looks out of place and isn't really useful since there is
also a link to my searx instance on the navbar.
This commit is contained in:
BBaoVanC 2020-12-17 00:37:02 -06:00
parent e1246dde1d
commit c9d651cf1e
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 0 additions and 19 deletions

View File

@ -31,25 +31,6 @@
<div class="row">
<div class="main">
<form method="post" action="https://searx.bbaovanc.com" target="_blank" rel="noreferrer">
<!-- search -->
<input type="search" name="q" placeholder="Search with Searx" />
<!-- categories -->
<!-- <input type="hidden" name="categories" value="general,social media" /> -->
<select name="categories" id="categories">
<option value="general">General</option>
<option value="OSS">OSS</option>
<option value="images">Images</option>
</select>
<!-- language -->
<input type="hidden" name="lang" value="all" />
<!-- locale -->
<input type="hidden" name="locale" value="en" />
<!-- date filter -->
<!-- <input type="hidden" name="time_range" value="month" /> -->
<input type="submit" value="Search" />
</form>
<p>Do you hear that? It's the sound of construction workers.</p>
<p>You probably never realized there's some useful links on the navigation bar above.</p>
</div>