|
@@ -1,12 +1,10 @@
|
1
|
1
|
<!DOCTYPE html>
|
2
|
2
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
3
|
3
|
<head>
|
4
|
|
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
5
|
|
- <meta http-equiv="content-language" content="en" />
|
6
|
4
|
<meta name="description" content="Searx - a privacy-respecting, hackable metasearch engine" />
|
7
|
5
|
<meta name="keywords" content="searx, search, search engine, metasearch, meta search" />
|
8
|
6
|
<title>{% block title %}{% endblock %}searx</title>
|
9
|
|
- <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" />
|
|
7
|
+ <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" />
|
10
|
8
|
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.png') }}" />
|
11
|
9
|
{% block styles %}
|
12
|
10
|
{% endblock %}
|