aboutsummaryrefslogtreecommitdiff
path: root/examples/non-responsive
diff options
context:
space:
mode:
authorfat <[email protected]>2013-08-18 00:29:15 -0700
committerfat <[email protected]>2013-08-18 00:29:15 -0700
commitb790bbbafc1ca24f54b1a836601502feda49caad (patch)
tree07f43d7fb2c89d69e70f3e7911df43e47cee6995 /examples/non-responsive
parent57f587246715f10d6fbce384fe9237936091ec73 (diff)
parent09d80fab999c103dccbf56fc75f02d62a08a2fe4 (diff)
downloadbootstrap-b790bbbafc1ca24f54b1a836601502feda49caad.tar.xz
bootstrap-b790bbbafc1ca24f54b1a836601502feda49caad.zip
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'examples/non-responsive')
-rw-r--r--examples/non-responsive/index.html7
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>