Revision: 44252
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 8, 2011 13:43 by Ashung
Initial Code
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>CSS for iPhone 4</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-startup-image" href="startup.png">
<link rel="stylesheet" media="only screen and (-webkit-min-device-pixel-ratio:2)" href="iphone4.css">
<style media="only screen and (-webkit-min-device-pixel-ratio:2)">
/* ... */
</style>
<style>
@media only screen and (-webkit-min-device-pixel-ratio:2){
}
r</style>
</head>
<body>
</body>
</html>
Initial URL
Initial Description
Initial Title
CSS for iPhone 4
Initial Tags
css, iphone, ios
Initial Language
HTML