Skip to content

Instantly share code, notes, and snippets.

@larodiel
Created September 11, 2013 02:39
Show Gist options
  • Save larodiel/6518727 to your computer and use it in GitHub Desktop.
Save larodiel/6518727 to your computer and use it in GitHub Desktop.
HTML Meta tag used to mobile devices
<!-- Mobile Metas -->
<meta content="user-scalable=no,width=device-width, initial-scale=1, maximum-scale=1" name="viewport" />
<meta content="True" name="HandheldFriendly" />
<meta content="320" name="MobileOptimized" />
<meta content="Larodiel" name="author" />
<meta content="on" http-equiv="cleartype" />
<!-- Mobile Metas -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment