Last active
September 24, 2020 21:44
-
-
Save dmytroony/6d405a8f48d61db43b2f to your computer and use it in GitHub Desktop.
html5shiv for IE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!--[if lt IE 9]> | |
| <script src="libs/html5shiv/es5-shim.min.js"></script> | |
| <script src="libs/html5shiv/html5shiv.min.js"></script> | |
| <script src="libs/html5shiv/html5shiv-printshiv.min.js"></script> | |
| <script src="libs/respond/respond.min.js"></script> | |
| <![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment