Skip to content

Instantly share code, notes, and snippets.

@Nilzor
Created June 16, 2016 08:03
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 Nilzor/909fa3b4b0a442d95970e89498428bd5 to your computer and use it in GitHub Desktop.
Save Nilzor/909fa3b4b0a442d95970e89498428bd5 to your computer and use it in GitHub Desktop.
Shell of a mobile web page with a minimum of meta tags
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment