Skip to content

Instantly share code, notes, and snippets.

@tjwudi
Created September 11, 2013 09:37
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 tjwudi/6521409 to your computer and use it in GitHub Desktop.
Save tjwudi/6521409 to your computer and use it in GitHub Desktop.
Enable html5 tags for Internet Explorer (< 9)
<!--if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
@tjwudi
Copy link
Author

tjwudi commented Sep 11, 2013

One can use modernizr instead. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment