aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-27 11:25:17 -0700
committerMark Otto <[email protected]>2013-07-27 11:25:17 -0700
commit1fb1c40aba44029611e412912867a99d88ff432a (patch)
tree0fbc17b9b648f91f3c5805af6b4659fb55f7e2bb /getting-started.html
parent1ca5c2bdb9199c0898a68ed3527f73668dee537f (diff)
parent9eef7e0b1d8389d8fa1a9da33d6f80ede1f4bc4a (diff)
downloadbootstrap-1fb1c40aba44029611e412912867a99d88ff432a.tar.xz
bootstrap-1fb1c40aba44029611e412912867a99d88ff432a.zip
Merge pull request #8657 from Micronax/3.0.0-wip
Added rel="stylesheet" to CDN-Examples
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index 48ebd134c..d18c08650 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -44,7 +44,7 @@ base_url: "../"
<p>The folks over at <a href="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <a href="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p>
{% highlight html linenos %}
<!-- Latest compiled and minified CSS -->
-<link href="{{ site.cdn_css }}">
+<link rel="stylesheet" href="{{ site.cdn_css }}">
<!-- Latest compiled and minified JavaScript -->
<script src="{{ site.cdn_js }}"></script>