Skip to content

Instantly share code, notes, and snippets.

@atatos
Last active December 15, 2015 02:19
Show Gist options
  • Save atatos/5185982 to your computer and use it in GitHub Desktop.
Save atatos/5185982 to your computer and use it in GitHub Desktop.
HTML5 Structure
<!DOCTYPE html>
<!--[if IE 8 ]> <html lang="fr" class="ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="fr" class="ie9"> <![endif]-->
<!--[if IE 9 ]> <html lang="fr" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="css/site.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!-- CONTENT PAGE -->
<div id="wrapper">
<header role="header">
</header>
<div class="container">
</div>
<footer role="footer">
</footer>
</div>
<!-- CONTENT PAGE -->
<!-- SCRIPTS -->
<script src="js/vendor/jquery-1.8.3.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment