diff --git a/docs/getting-started.html b/docs/getting-started.html index 78756ee755..63ed7e7e43 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -201,6 +201,7 @@
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 File structure.
Now, here's a look at a typical HTML file:
+<!DOCTYPE html> <html> <head> <title>Bootstrap 101 Template</title> @@ -212,6 +213,7 @@
To make this a Bootstrapped template, just include the appropriate CSS and JS files:
+<!DOCTYPE html> <html> <head> <title>Bootstrap 101 Template</title> diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index f27c0834e2..3a68d4b668 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -130,6 +130,7 @@{{_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 File structure.{{/i}}
{{_i}}Now, here's a look at a typical HTML file:{{/i}}
+<!DOCTYPE html> <html> <head> <title>Bootstrap 101 Template</title> @@ -141,6 +142,7 @@{{_i}}To make this a Bootstrapped template, just include the appropriate CSS and JS files:{{/i}}
+<!DOCTYPE html> <html> <head> <title>Bootstrap 101 Template</title>