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:
parent
e1246dde1d
commit
c9d651cf1e
19
index.html
19
index.html
@ -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>
|
||||
|
Reference in New Issue
Block a user