diff options
Diffstat (limited to 'examples/carousel')
| -rw-r--r-- | examples/carousel/index.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html index da7cf41a5..d962c1e6f 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -11,7 +11,12 @@ <!-- Bootstrap core CSS --> <link href="../../dist/css/bootstrap.css" rel="stylesheet"> - <link href="../../dist/css/bootstrap-glyphicons.css" rel="stylesheet"> + + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> + <!--[if lt IE 9]> + <script src="../../assets/js/html5shiv.js"></script> + <script src="../../assets/js/respond.min.js"></script> + <![endif]--> <!-- Custom styles for this template --> <link href="carousel.css" rel="stylesheet"> @@ -190,7 +195,6 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> - <script src="../../assets/js/respond.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> <script src="../../assets/js/holder.js"></script> </body> |
