aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/header.html')
-rw-r--r--templates/web/default/header.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html
index c39aa11a8..08786961d 100644
--- a/templates/web/default/header.html
+++ b/templates/web/default/header.html
@@ -5,6 +5,13 @@
<!--[if gt IE 8]><!--><html lang="[% lang_code %]"><!--<![endif]-->
<head>
+ <meta name="viewport" content="initial-scale=1.0">
+ <meta name="apple-mobile-web-app-capable" content="yes">
+ <meta name="apple-mobile-web-app-status-bar-style" content="black">
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
+ <meta name="HandHeldFriendly" content="true">
+ <meta name="mobileoptimized" content="0">
+
<link rel="stylesheet" type="text/css" href="[% version('/css/core.css') %]">
<link rel="stylesheet" type="text/css" href="[% version('/css/main.css') %]">