diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-12-03 14:29:00 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-12-03 14:29:00 +0100 |
| commit | db7af79ac8f7989d5269773f98c95a940eef5402 (patch) | |
| tree | 28be792e006c2f212559a9774d2c43db0731b4b0 /searx/templates/base.html | |
| parent | 748fa7f75f2349e4a093698aaa54f6218aca3170 (diff) | |
[mod] html mods
Diffstat (limited to 'searx/templates/base.html')
| -rw-r--r-- | searx/templates/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/searx/templates/base.html b/searx/templates/base.html index b5c124cfa..c98418fc9 100644 --- a/searx/templates/base.html +++ b/searx/templates/base.html @@ -1,12 +1,10 @@ <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <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 privacy-respecting, hackable metasearch engine" /> <meta name="keywords" content="searx, search, search engine, metasearch, meta search" /> <title>{% block title %}{% endblock %}searx</title> - <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" charset="utf-8" /> + <link rel="stylesheet" href="/static/css/style.css" type="text/css" media="screen" /> <link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.png') }}" /> {% block styles %} {% endblock %} |