Skip to content

Instantly share code, notes, and snippets.

@mateusreis
Last active December 11, 2015 22:58
Show Gist options
  • Save mateusreis/4673295 to your computer and use it in GitHub Desktop.
Save mateusreis/4673295 to your computer and use it in GitHub Desktop.
Smartphone blank template.
<!DOCTYPE html>
<!--[if IEMobile 7 ]> <html class="no-js iem7"> <![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title> Page title </title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<meta http-equiv="cleartype" content="on">
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body class="">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment