How can I include my IE11 stylesheet on my website ?
I have the following comment in my html but it does not work for IE11. Or maybe I understood it wrongly?
<!-- HTML5 shiv and Respond.js support IE8 or Older for HTML5 elements
and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js">
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js">
</script>
<script src="bower_components/html5shiv/dist/html5shiv.js"></script>
<script src="bower_components/html5shiv/dist/html5shiv-printshiv.js">
<![endif]-->