[enh] chrome opensearch support
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user