Skip to content

Instantly share code, notes, and snippets.

@NekR
Created August 28, 2012 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NekR/3504309 to your computer and use it in GitHub Desktop.
Save NekR/3504309 to your computer and use it in GitHub Desktop.
Meta viewport
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no,initial-scale=1.0, maximum-scale=1">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment