Skip to content

Instantly share code, notes, and snippets.

@fofr
Created July 27, 2013 16:23
Show Gist options
  • Save fofr/6095340 to your computer and use it in GitHub Desktop.
Save fofr/6095340 to your computer and use it in GitHub Desktop.
HTML starting point, hooked up to a TextExpander expansion with the keyword ",html"
<!DOCTYPE html>
<!--[if lt IE 7 ]><html lang="en" class="no-js ie ie6"><![endif]-->
<!--[if IE 7 ]><html lang="en" class="no-js ie ie7"><![endif]-->
<!--[if IE 8 ]><html lang="en" class="no-js ie ie8"><![endif]-->
<!--[if IE 9 ]><html lang="en" class="no-js ie ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en" class="no-js"><!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<script>(function(d){d.className=d.className.replace(/^no-js\b/,'js');}(document.documentElement));</script>
<link rel="stylesheet" href="css/master.css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment