Created
July 30, 2011 10:07
-
-
Save stephenson/1115380 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Firmafon</title> | |
<link rel="apple-touch-icon" href="/images/mobile/iicon57.png" /> | |
<link rel="apple-touch-icon" sizes="72x72" href="/images/mobile/iicon72.png" /> | |
<link rel="apple-touch-icon" sizes="114x114" href="/images/mobile/iicon114.png" /> | |
<link rel="apple-touch-startup-image" href="/images/mobile/istartup.png"> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | |
<meta name = "viewport" content = "initial-scale = 1, user-scalable = no"> | |
</head> | |
<body> | |
This is mobile... | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey irae
Thanks! That fixed it, i must have missed it when reading up on it :)