Commit 9eef7e0b authored by Fabian Golle's avatar Fabian Golle
Browse files

Update getting-started.html

parent 9c63ffa0
1 merge request!8657Added rel="stylesheet" to CDN-Examples
Showing with 1 addition and 1 deletion
+1 -1
...@@ -44,7 +44,7 @@ base_url: "../" ...@@ -44,7 +44,7 @@ base_url: "../"
<p>The folks over at <a href="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <a href="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p> <p>The folks over at <a href="https://www.netdna.com/">NetDNA</a> have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the <a href="http://www.bootstrapcdn.com/">Bootstrap CDN</a> links listed below.</p>
{% highlight html linenos %} {% highlight html linenos %}
<!-- Latest compiled and minified CSS --> <!-- Latest compiled and minified CSS -->
<link href="{{ site.cdn_css }}"> <link rel="stylesheet" href="{{ site.cdn_css }}">
<!-- Latest compiled and minified JavaScript --> <!-- Latest compiled and minified JavaScript -->
<script src="{{ site.cdn_js }}"></script> <script src="{{ site.cdn_js }}"></script>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment