Skip to content

Instantly share code, notes, and snippets.

@rareyman
Created October 9, 2015 22:17
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/d058e2478b38d0b93571 to your computer and use it in GitHub Desktop.
Save rareyman/d058e2478b38d0b93571 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<!-- http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="ie ie6 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 7]> <html class="ie ie7 lte9 lte8 lte7"> <![endif]-->
<!--[if IE 8]> <html class="ie ie8 lte9 lte8"> <![endif]-->
<!--[if IE 9]> <html class="ie ie9 lte9"> <![endif]-->
<!--[if gt IE 9]> <html> <![endif]-->
<!--[if !IE]><!-->
<html>
<!--<![endif]-->
<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>
<script>
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment