aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-18 23:07:36 -0700
committerMark Otto <[email protected]>2013-08-18 23:07:36 -0700
commit1b97f2a16e6994bb7d9d764d7cbfa99ad6ab7ac5 (patch)
treeec0c5cc0ae2e851454b735ac559571bdae40e0f2 /getting-started.html
parent0853ece4c89f66ea5438a9c460907cb52688655f (diff)
downloadbootstrap-1b97f2a16e6994bb7d9d764d7cbfa99ad6ab7ac5.tar.xz
bootstrap-1b97f2a16e6994bb7d9d764d7cbfa99ad6ab7ac5.zip
update template in getting started docs to reflect shim and respond.js in examples
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/getting-started.html b/getting-started.html
index 6161a3ad5..4ce4526c3 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -109,6 +109,12 @@ bootstrap/
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
+
+ <!-- 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>
<h1>Hello, world!</h1>
@@ -117,9 +123,6 @@ bootstrap/
<script src="//code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
-
- <!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
- <script src="js/respond.js"></script>
</body>
</html>
{% endhighlight %}