Add the other MobileSafari meta/link tags.

This commit is contained in:
Tom Robinson
2010-04-05 20:09:04 -07:00
parent 08fb1b33b4
commit c91332afb4
6 changed files with 42 additions and 6 deletions
@@ -13,7 +13,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" href="Resources/icon.png" />
<link rel="apple-touch-startup-image" href="Resources/default.png" />
<title>__project.name__</title>