mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-18 17:01:07 +00:00
Use jsDelivr CDN until BootstrapCDN gets updated
This commit is contained in:
parent
b8c3c5c19b
commit
ea23969150
1 changed files with 3 additions and 3 deletions
|
|
@ -27,6 +27,6 @@ blog: http://blog.getbootstrap.com
|
||||||
expo: http://expo.getbootstrap.com
|
expo: http://expo.getbootstrap.com
|
||||||
|
|
||||||
cdn:
|
cdn:
|
||||||
css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css
|
css: https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap.min.css
|
||||||
css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css
|
css_theme: https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap-theme.min.css
|
||||||
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js
|
js: https://cdn.jsdelivr.net/bootstrap/3.3.0/js/bootstrap.min.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue