aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/getting-started.html46
-rw-r--r--docs/templates/pages/getting-started.mustache46
2 files changed, 46 insertions, 46 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index ea944baf5..51eab2841 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -199,30 +199,30 @@
</div>
<p>With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="#file-structure">File structure</a>.</p>
<p>Now, here's a look at a <strong>typical HTML file</strong>:</p>
- <pre class="prettyprint linenums">
- &lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
- &lt;/head&gt;
- &lt;body&gt;
- &lt;h1&gt;Hello, world!&lt;/h1&gt;
- &lt;/body&gt;
- &lt;/html&gt;
- </pre>
+<pre class="prettyprint linenums">
+&lt;html&gt;
+ &lt;head&gt;
+ &lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
+ &lt;/head&gt;
+ &lt;body&gt;
+ &lt;h1&gt;Hello, world!&lt;/h1&gt;
+ &lt;/body&gt;
+&lt;/html&gt;
+</pre>
<p>To make this <strong>a Bootstrapped template</strong>, just include the appropriate CSS and JS files:</p>
- <pre class="prettyprint linenums">
- &lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
- &lt;!-- Bootstrap --&gt;
- &lt;link href="css/bootstrap.min.css" rel="stylesheet"&gt;
- &lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
- &lt;/head&gt;
- &lt;body&gt;
- &lt;h1&gt;Hello, world!&lt;/h1&gt;
- &lt;/body&gt;
- &lt;/html&gt;
- </pre>
+<pre class="prettyprint linenums">
+&lt;html&gt;
+ &lt;head&gt;
+ &lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
+ &lt;!-- Bootstrap --&gt;
+ &lt;link href="css/bootstrap.min.css" rel="stylesheet"&gt;
+ &lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
+ &lt;/head&gt;
+ &lt;body&gt;
+ &lt;h1&gt;Hello, world!&lt;/h1&gt;
+ &lt;/body&gt;
+&lt;/html&gt;
+</pre>
<p><strong>And you're set!</strong> With those two files added, you can begin to develop any site or application with Bootstrap.</p>
<hr>
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 96b20f7ce..ed203281a 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -128,30 +128,30 @@
</div>
<p>{{_i}}With a brief intro into the contents out of the way, we can focus putting Bootstrap to use. To do that, we'll utilize a basic HTML template that includes everything we mentioned in the <a href="#file-structure">File structure</a>.{{/i}}</p>
<p>{{_i}}Now, here's a look at a <strong>typical HTML file</strong>:{{/i}}</p>
- <pre class="prettyprint linenums">
- &lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
- &lt;/head&gt;
- &lt;body&gt;
- &lt;h1&gt;Hello, world!&lt;/h1&gt;
- &lt;/body&gt;
- &lt;/html&gt;
- </pre>
+<pre class="prettyprint linenums">
+&lt;html&gt;
+ &lt;head&gt;
+ &lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
+ &lt;/head&gt;
+ &lt;body&gt;
+ &lt;h1&gt;Hello, world!&lt;/h1&gt;
+ &lt;/body&gt;
+&lt;/html&gt;
+</pre>
<p>{{_i}}To make this <strong>a Bootstrapped template</strong>, just include the appropriate CSS and JS files:{{/i}}</p>
- <pre class="prettyprint linenums">
- &lt;html&gt;
- &lt;head&gt;
- &lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
- &lt;!-- Bootstrap --&gt;
- &lt;link href="css/bootstrap.min.css" rel="stylesheet"&gt;
- &lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
- &lt;/head&gt;
- &lt;body&gt;
- &lt;h1&gt;Hello, world!&lt;/h1&gt;
- &lt;/body&gt;
- &lt;/html&gt;
- </pre>
+<pre class="prettyprint linenums">
+&lt;html&gt;
+ &lt;head&gt;
+ &lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
+ &lt;!-- Bootstrap --&gt;
+ &lt;link href="css/bootstrap.min.css" rel="stylesheet"&gt;
+ &lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt;
+ &lt;/head&gt;
+ &lt;body&gt;
+ &lt;h1&gt;Hello, world!&lt;/h1&gt;
+ &lt;/body&gt;
+&lt;/html&gt;
+</pre>
<p>{{_i}}<strong>And you're set!</strong> With those two files added, you can begin to develop any site or application with Bootstrap.{{/i}}</p>
<hr>