mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
[enh] chrome opensearch support
This commit is contained in:
parent
a2bbf02774
commit
174daf703b
4 changed files with 10 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="content-language" content="en" />
|
||||
<meta name="description" content="Searx - a hackable metasearch engine respecting privacy" />
|
||||
<meta name="description" content="Searx - a privacy-respecting, hackable metasearch engine" />
|
||||
<meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
|
||||
<title>searx {% block title %}{% endblock %}</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<form method="post" action="">
|
||||
<form method="post" action="/">
|
||||
<input type="text" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="submit" value="search" />
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue