Skip to content

Instantly share code, notes, and snippets.

@cyakimov
Created August 15, 2011 19:24
Show Gist options
  • Save cyakimov/1147517 to your computer and use it in GitHub Desktop.
Save cyakimov/1147517 to your computer and use it in GitHub Desktop.
HTML5 in IE8 and below
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment