Skip to content

Instantly share code, notes, and snippets.

@jahfer
Created June 3, 2012 23:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahfer/2865413 to your computer and use it in GitHub Desktop.
Save jahfer/2865413 to your computer and use it in GitHub Desktop.
HTML: Base
<!doctype html>
<!--[if lt IE 9]><html class="ie"><![endif]-->
<!--[if gte IE 9]><!--><html><!--<![endif]-->
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title></title>
<link rel="stylesheet" href=""/>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body lang="en">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment