aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-31 17:57:31 -0800
committerMark Otto <[email protected]>2013-01-31 17:57:31 -0800
commit83e5c01856fbc7003ea949ac5c2416339145426e (patch)
treed28b3672179e6cc71ce30b5835c7c6619875ff62 /docs/getting-started.html
parentd30f47efb2580b0f435128940b48d5e5d30ca529 (diff)
parentbaadc33c88f701a068d468e15500ed87b84df43b (diff)
downloadbootstrap-83e5c01856fbc7003ea949ac5c2416339145426e.tar.xz
bootstrap-83e5c01856fbc7003ea949ac5c2416339145426e.zip
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts: docs/assets/css/bootstrap.css docs/assets/css/docs.css docs/assets/js/application.js docs/components.html docs/templates/pages/components.mustache less/sprites.less
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 88ceb0001..e336c3347 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -185,10 +185,11 @@
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
+ &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Hello, world!&lt;/h1&gt;
- &lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
+ &lt;script src="http://code.jquery.com/jquery.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</pre>
@@ -198,12 +199,13 @@
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
+ &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
&lt;!-- Bootstrap --&gt;
&lt;link href="css/bootstrap.min.css" rel="stylesheet" media="screen"&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h1&gt;Hello, world!&lt;/h1&gt;
- &lt;script src="http://code.jquery.com/jquery-latest.js"&gt;&lt;/script&gt;
+ &lt;script src="http://code.jquery.com/jquery.js"&gt;&lt;/script&gt;
&lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;