- <!-- if you have a custom theme, add it here -->
- <link rel="stylesheet" href="themes/jQuery-Mobile-Boilerplate.css" />
+<!-- Home screen icon Mathias Bynens mathiasbynens.be/notes/touch-icons -->
+ <!-- For iPhone 4 with high-resolution Retina display: -->
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon.png">
+ <!-- For first-generation iPad: -->
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon.png">
+ <!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
+ <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
+ <!-- For nokia devices and desktop browsers : -->
+ <link rel="shortcut icon" href="favicon.ico" />
+
+ <!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
+ <meta http-equiv="cleartype" content="on">
+
+ <!-- jQuery Mobile CSS bits -->
+ <link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />