Added meta tag to make mobile devices behave

This commit is contained in:
Starbeamrainbowlabs 2015-02-24 08:35:25 +00:00
parent 32846bd6ea
commit 6d557c3f6d
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ function renderpage($title, $content, $minimal = false)
<html><head>
<meta charset='utf-8' />
<title>$title</title>
<meta name=viewport content='width=device-width, initial-scale=1' />
<link rel='shortcut icon' href='$favicon' />";
if(preg_match("/^[^\/]*\/\/|^\//", $css))
{