diff options
author | Pim van den Berg | 2013-06-22 19:45:24 +0200 |
---|---|---|
committer | Pim van den Berg | 2013-06-22 19:45:24 +0200 |
commit | 06b11a6022d8f1776b5c6eaf45bc50bb22c0a370 (patch) | |
tree | 5e2d0a8165c2f4710f495d01c3842453b802018f /inc | |
parent | overview: add color to load averages (diff) | |
download | apt-panopticon_cgp-06b11a6022d8f1776b5c6eaf45bc50bb22c0a370.zip apt-panopticon_cgp-06b11a6022d8f1776b5c6eaf45bc50bb22c0a370.tar.gz apt-panopticon_cgp-06b11a6022d8f1776b5c6eaf45bc50bb22c0a370.tar.bz2 apt-panopticon_cgp-06b11a6022d8f1776b5c6eaf45bc50bb22c0a370.tar.xz |
add viewport meta tag for better experience on mobile devices
Diffstat (limited to 'inc')
-rw-r--r-- | inc/html.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php index 015225e..9a5344b 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
@@ -19,6 +19,7 @@ function html_start() { | |||
19 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 19 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
20 | <title>CGP{$path}</title> | 20 | <title>CGP{$path}</title> |
21 | <link rel="stylesheet" href="{$CONFIG['weburl']}layout/style.css" type="text/css"> | 21 | <link rel="stylesheet" href="{$CONFIG['weburl']}layout/style.css" type="text/css"> |
22 | <meta name="viewport" content="width=1050, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes"> | ||
22 | 23 | ||
23 | EOT; | 24 | EOT; |
24 | 25 | ||