Viewport set for mobile devices

Means at least the login screen is mobile friendly, just the rest of
ICEcoder to do now! :)
This commit is contained in:
Matt Pass
2014-07-27 12:39:00 +01:00
parent 82c80a24b2
commit 64c2cfa06f

View File

@@ -12,6 +12,7 @@ echo $ICEcoder["password"] == "" && !$ICEcoder["multiUser"] ? "Setup" : "Login";
?></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="ice-coder.css">
<link rel="icon" type="image/png" href="../favicon.png">
</head>