Skip to content

Instantly share code, notes, and snippets.

@smartsdesign
Created March 26, 2012 21:02
Show Gist options
  • Save smartsdesign/2209665 to your computer and use it in GitHub Desktop.
Save smartsdesign/2209665 to your computer and use it in GitHub Desktop.
HTML: Starting template
<!doctype html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<link rel="stylesheet" href="/css/style.css">
<meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment