diff options
| author | Mark Otto <[email protected]> | 2015-06-09 16:09:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-09 16:09:33 -0700 |
| commit | 960cbe61624eb7dfcd9bf44b92ffff79aec0349c (patch) | |
| tree | 3c03d73f377d4b6a8c64b96dc51ff78129a5eb83 /docs/getting-started/index.md | |
| parent | cbdfdd5a9e3d35bdbdaa673214b83b9b63be698d (diff) | |
| download | bootstrap-960cbe61624eb7dfcd9bf44b92ffff79aec0349c.tar.xz bootstrap-960cbe61624eb7dfcd9bf44b92ffff79aec0349c.zip | |
some download changes
Diffstat (limited to 'docs/getting-started/index.md')
| -rw-r--r-- | docs/getting-started/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index fafcf3418..6127f3873 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -5,6 +5,8 @@ title: Getting started Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcdn.com), graciously provided by the [MaxCDN](http://www.maxcdn.com/) folks. +## Include CSS and JS + Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets. <div class="alert alert-warning"> @@ -22,6 +24,8 @@ Then, add the Bootstrap JavaScript—and jQuery—near the end of your pages. It <script src="{{ site.cdn.js }}"></script> {% endhighlight %} +## Page template + Be sure to have your pages set up with the latest design and development standards. That means: * Using an HTML5 doctype |
