diff options
Diffstat (limited to 'bower_components/bootstrap/examples/grid/index.html')
-rwxr-xr-x | bower_components/bootstrap/examples/grid/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bower_components/bootstrap/examples/grid/index.html b/bower_components/bootstrap/examples/grid/index.html index 3db13f58..239b0d16 100755 --- a/bower_components/bootstrap/examples/grid/index.html +++ b/bower_components/bootstrap/examples/grid/index.html @@ -14,6 +14,12 @@ <!-- Custom styles for this template --> <link href="grid.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> @@ -105,5 +111,9 @@ </div> <!-- /container --> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> </body> </html> |