|
@@ -4,6 +4,7 @@
|
4
|
4
|
<meta charset="UTF-8" />
|
5
|
5
|
<meta name="description" content="Searx - a privacy-respecting, hackable metasearch engine" />
|
6
|
6
|
<meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
|
|
7
|
+ <meta name="viewport" content="width=device-width, maximum-scale=1.0, user-scalable=1" />
|
7
|
8
|
<title>{% block title %}{% endblock %}searx</title>
|
8
|
9
|
<link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" />
|
9
|
10
|
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.png') }}" />
|