]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
make on prev commit
authorMark Otto <otto@github.com>
Thu, 31 Jan 2013 01:45:02 +0000 (17:45 -0800)
committerMark Otto <otto@github.com>
Thu, 31 Jan 2013 01:45:02 +0000 (17:45 -0800)
docs/getting-started.html

index ad83385906a893d72cb5c06f8c2d18f89749f5fc..91026e009004c82b864ed73a878211beaaf1d94e 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;