Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
fd0d7e28
Commit
fd0d7e28
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
uncomment that, fixes
#18219
parent
216e36aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/index.html
+0
-2
docs/index.html
with
0 additions
and
2 deletions
+0
-2
docs/index.html
+
0
-
2
View file @
fd0d7e28
...
...
@@ -31,12 +31,10 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
<div
class=
"col-sm-6 m-b-lg"
>
<h4>
Bootstrap CDN
</h4>
<p>
When you just need to include Bootstrap's compiled CSS and JS, use the Bootstrap CDN, free from the Max CDN folks.
</p>
{% comment %}
{% highlight html %}
<link
rel=
"stylesheet"
href=
"{{ site.cdn.css }}"
integrity=
"{{ site.cdn.css_hash }}"
crossorigin=
"anonymous"
>
<script
src=
"{{ site.cdn.js }}"
integrity=
"{{ site.cdn.js_hash }}"
crossorigin=
"anonymous"
></script>
{% endhighlight %}
{% endcomment %}
<p
class=
"text-muted"
>
Not yet available, but hopefully soon!
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment