Skip to content

Instantly share code, notes, and snippets.

@kyuumeitai
Created June 22, 2012 17:34
Show Gist options
  • Save kyuumeitai/2974124 to your computer and use it in GitHub Desktop.
Save kyuumeitai/2974124 to your computer and use it in GitHub Desktop.
html5: start template
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!--[if IE]><![endif]-->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="keywords" content="" />
<meta name="author" content="">
<link rel="stylesheet" href="template/style.css?v=1">
<script src="template/libraries/modernizr.js"></script>
<script src="template/libraries/plugins.min.js?v=1"></script>
<script src="template/libraries/calls.js?v=1"></script>
</head>
<body>
<div id="container">
<header>
<ul id="nav">
<li><a href="#" title="Link">Link 1</a></li>
</ul><!-- #nav -->
</header><!-- #header -->
<section id="main">
</section><!-- #main -->
<footer>
</footer><!-- #footer -->
</div><!-- #container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment