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
183205af
Commit
183205af
authored
7 years ago
by
Anand Chowdhary
Committed by
Johann-S
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Change "Max CDN" to "MaxCDN"
parent
21c38641
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/index.html
+1
-1
docs/index.html
with
1 addition
and
1 deletion
+1
-1
docs/index.html
+
1
-
1
View file @
183205af
...
...
@@ -29,7 +29,7 @@ layout: home
</div>
<div
class=
"col-sm-6 mb-3"
>
<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 MaxCDN folks.
</p>
{% highlight html %}
<link
rel=
"stylesheet"
href=
"{{ site.cdn.css }}"
integrity=
"{{ site.cdn.css_hash }}"
crossorigin=
"anonymous"
>
<script
src=
"{{ site.cdn.jquery }}"
integrity=
"{{ site.cdn.jquery_hash }}"
crossorigin=
"anonymous"
></script>
...
...
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