From 3bc5fb947dabc2ec2ab52bbd29cb978a8a8f54f3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 23 Oct 2015 22:35:22 -0700 Subject: Port #17729 to v4: Add SRI hashes to CDN links in docs [skip sauce] --- docs/getting-started/introduction.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/getting-started/introduction.md') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 03c1079dc..9fe3103e5 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -21,14 +21,14 @@ Looking to quickly add Bootstrap to your project? Use the Bootstrap CDN, provide Copy-paste the stylesheet `` into your `` before all other stylesheets to load our CSS. {% highlight html %} - + {% endhighlight %} Add our JavaScript plugins and jQuery near the end of your pages, right before the closing `` tag. Be sure to place jQuery first as our code depends on it. {% highlight html %} - + {% endhighlight %} And that's it—you're on your way to a fully Bootstrapped site. If you're at all unsure about the general page structure, keep reading for an example page template. @@ -53,14 +53,14 @@ Put it all together and your pages should look like this: - +

Hello, world!

- + {% endhighlight %} -- cgit v1.2.3