diff options
Diffstat (limited to 'examples/non-responsive')
| -rw-r--r-- | examples/non-responsive/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index 35f16cddf..c674a1cfc 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -16,6 +16,12 @@ <!-- Custom styles for this template --> <link href="non-responsive.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]--> </head> <body> @@ -42,6 +48,5 @@ <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="../../assets/js/respond.min.js"></script> </body> </html> |
