Skip to content

Instantly share code, notes, and snippets.

@amazedkoumei
Created September 29, 2012 02:14
Show Gist options
  • Save amazedkoumei/3802926 to your computer and use it in GitHub Desktop.
Save amazedkoumei/3802926 to your computer and use it in GitHub Desktop.
html tips
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<!-- deviceの横幅に合わせる -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment