Display ICEcoder at a 1.0 scale

Displays without scaling on tablets and phones then. Not that it's
tablet friendly, but maybe one day.
This commit is contained in:
Matt Pass
2014-09-17 15:02:38 +01:00
parent d2f34c50df
commit 72da926a4d

View File

@@ -41,6 +41,7 @@ $isMac = strpos($_SERVER['HTTP_USER_AGENT'], "Macintosh")>-1 ? true : false;
<title>ICEcoder v <?php echo $ICEcoder["versionNo"];?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="lib/ice-coder.css">
<link rel="icon" type="image/png" href="favicon.png">
<script>