Created
July 27, 2013 16:23
-
-
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"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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