Created
August 28, 2012 20:59
-
-
Save NekR/3504309 to your computer and use it in GitHub Desktop.
Meta viewport
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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