Skip to content

Instantly share code, notes, and snippets.

@gabriellukke
Forked from if540/HTML5andRespond.html
Created April 6, 2022 19:33
Show Gist options
  • Save gabriellukke/00a597d73c68064fdd8066b16c5edda6 to your computer and use it in GitHub Desktop.
Save gabriellukke/00a597d73c68064fdd8066b16c5edda6 to your computer and use it in GitHub Desktop.
HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lte 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]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment