Skip to content

Instantly share code, notes, and snippets.

@fishkingsin
Created March 17, 2014 03:46
Show Gist options
  • Save fishkingsin/9593633 to your computer and use it in GitHub Desktop.
Save fishkingsin/9593633 to your computer and use it in GitHub Desktop.
html template for mobile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mobile Template</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="meta/apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0, maximum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment