mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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
|
||||
|
||||
cdn:
|
||||
css: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css
|
||||
css_theme: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap-theme.min.css
|
||||
js: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js
|
||||
css: https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap.min.css
|
||||
css_theme: https://cdn.jsdelivr.net/bootstrap/3.3.0/css/bootstrap-theme.min.css
|
||||
js: https://cdn.jsdelivr.net/bootstrap/3.3.0/js/bootstrap.min.js
|
||||
|
|
Loading…
Reference in a new issue