]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update docs/templates/pages/getting-started.mustache 6667/head
authorGreg Raven <greg@corax.org>
Tue, 22 Jan 2013 14:46:53 +0000 (06:46 -0800)
committerGreg Raven <greg@corax.org>
Tue, 22 Jan 2013 14:46:53 +0000 (06:46 -0800)
Add meta tag for viewport in the <head>; revise the URL for the latest version of jQuery.

docs/templates/pages/getting-started.mustache

index 2eec7ff7699a5fda90984051fdbf483d945d6dba..3e2134ea7fcb5f405c3370ce27a15543aa38e59d 100644 (file)
 &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>
   &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;