diff options
| author | Mark Otto <[email protected]> | 2016-08-08 20:37:08 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-08-08 20:37:08 -0700 |
| commit | 3a0fed1590c8abc166bb8ed2c3853396dbe3801d (patch) | |
| tree | ebfb3519cfc7b9abb5356789ebb4425ceddb3256 /docs | |
| parent | 935e0ccbaf1b709b3a302a4e27739c84c5133b0c (diff) | |
| parent | 4ca25286112a0e6285e8ba8701a1d3c9f8793703 (diff) | |
| download | bootstrap-3a0fed1590c8abc166bb8ed2c3853396dbe3801d.tar.xz bootstrap-3a0fed1590c8abc166bb8ed2c3853396dbe3801d.zip | |
Merge pull request #20476 from bardiharborow/patch-4
Remove CDN "not yet available" notice.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 86776fb24..47c36ff2c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,7 +35,6 @@ title: Bootstrap · The world's most popular mobile-first and responsive f <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 %} - <p class="text-muted">Not yet available, but hopefully soon!</p> </div> </div> |
