Skip to content

Instantly share code, notes, and snippets.

@rareyman
Created October 31, 2012 18:34
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 rareyman/3988953 to your computer and use it in GitHub Desktop.
Save rareyman/3988953 to your computer and use it in GitHub Desktop.
HTML5 starter code
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title> </title>
<link href="css/master.css" rel="stylesheet" type="text/css" media="all" />
<style type="text/css" media="screen">
/* internal stylesheet */
</style>
</head>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class=""> <!--<![endif]-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment