0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #20476 from bardiharborow/patch-4

Remove CDN "not yet available" notice.
This commit is contained in:
Mark Otto 2016-08-08 20:37:08 -07:00 committed by GitHub
commit 3a0fed1590

View File

@ -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>