Skip to content

Instantly share code, notes, and snippets.

@duyet
Created February 14, 2014 04:05
Show Gist options
  • Save duyet/8995582 to your computer and use it in GitHub Desktop.
Save duyet/8995582 to your computer and use it in GitHub Desktop.
HTML5shiv and Response.js for IE
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
@OptlocDev
Copy link

<!-- HTML5 shiv and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

Fixed the misspelling

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