Skip to content

Instantly share code, notes, and snippets.

@devth
Created May 11, 2010 18:06
Show Gist options
  • Save devth/397617 to your computer and use it in GitHub Desktop.
Save devth/397617 to your computer and use it in GitHub Desktop.
iPhone html template for non-scaling content
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta name = "viewport" content = "width = device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-capable" content="yes">
<style type="text/css" media="screen">
body{ margin:0; padding:0; }
</style>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment