/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!DOCTYPE html> <html> <meta charset="utf-8"> <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>