Skip to content

Instantly share code, notes, and snippets.

@tyrotinal
Created May 7, 2013 04:34
Show Gist options
  • Save tyrotinal/5530276 to your computer and use it in GitHub Desktop.
Save tyrotinal/5530276 to your computer and use it in GitHub Desktop.
html: boilerplate
<!doctype html>
<!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
<!-- the "no-js" class is for Modernizr. -->
<head id="flitti" data-template-set="html5-reset">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Flitti</title>
<meta name="viewport" content="width=device-width, maximum-scale=1.0" />
<link rel="shortcut icon" href="_/img/favicon.ico">
<link rel="stylesheet" href="_/css/style.css">
<script src="_/js/modernizr-1.7.min.js"></script>
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script>window.jQuery || document.write("<script src='_/js/jquery-1.5.1.min.js'>\x3C/script>")</script>
<script src="_/js/functions.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment