Skip to content

Instantly share code, notes, and snippets.

@gurasa
Last active December 31, 2015 19:19
Show Gist options
  • Save gurasa/8032831 to your computer and use it in GitHub Desktop.
Save gurasa/8032831 to your computer and use it in GitHub Desktop.
スマホも見据えたHTML5の基本構造
<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width">
<meta name="description" content="">
<meta name="keywords" content="">
<title></title>
<!-- styles -->
<link href="css/html5reset-1.6.1.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
<!-- javascripts -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<header>
</header>
<div id="contents">
</div>
<footer>
</footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment