Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
1020297f
Commit
1020297f
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
remove cdn link from home for now
parent
5a905ef8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/index.html
+3
-0
docs/index.html
with
3 additions
and
0 deletions
+3
-0
docs/index.html
+
3
-
0
View file @
1020297f
...
@@ -31,10 +31,13 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
...
@@ -31,10 +31,13 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
<div
class=
"col-sm-6"
>
<div
class=
"col-sm-6"
>
<h4>
Bootstrap CDN
</h4>
<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>
<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 %}
{% highlight html %}
<link
rel=
"stylesheet"
href=
"{{ site.cdn.css }}"
>
<link
rel=
"stylesheet"
href=
"{{ site.cdn.css }}"
>
<script
src=
"{{ site.cdn.js }}"
></script>
<script
src=
"{{ site.cdn.js }}"
></script>
{% endhighlight %}
{% endhighlight %}
{% endcomment %}
<p
class=
"text-muted"
>
Not yet available, but hopefully soon!
</p>
</div>
</div>
</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
Menu
Explore
Projects
Groups
Snippets