aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-26 22:29:40 -0700
committerMark Otto <[email protected]>2012-08-26 22:29:40 -0700
commiteb8aad85b832e01ee1abff4ec90ef751d4e73b78 (patch)
tree182248bbd7af22923b13863c776d23fb8a5a6628 /docs/getting-started.html
parentf744ad57fcd2d4686861192c453c9e1f2554e9e7 (diff)
downloadbootstrap-eb8aad85b832e01ee1abff4ec90ef751d4e73b78.tar.xz
bootstrap-eb8aad85b832e01ee1abff4ec90ef751d4e73b78.zip
fixes #4734 manually: doctype in getting started in examples
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 78756ee75..63ed7e7e4 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -201,6 +201,7 @@
<p class="lead">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;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;
@@ -212,6 +213,7 @@
</pre>
<p>To make this <strong>a Bootstrapped template</strong>, just include the appropriate CSS and JS files:</p>
<pre class="prettyprint linenums">
+&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Bootstrap 101 Template&lt;/title&gt;