Skip to content

Instantly share code, notes, and snippets.

@beenotung
Last active July 15, 2019 05:02
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 beenotung/9e8e0a58cd402262064f2252e4ecc2fe to your computer and use it in GitHub Desktop.
Save beenotung/9e8e0a58cd402262064f2252e4ecc2fe to your computer and use it in GitHub Desktop.
html meta for mobile friendly
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment