From 7c0c51c9d66d20da3c8d607ff94fd27c5f8e0ec0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 12 Jul 2014 01:52:44 -0700 Subject: move remaining getting started files to new folder --- docs/getting-started/template.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/getting-started/template.md (limited to 'docs/getting-started/template.md') diff --git a/docs/getting-started/template.md b/docs/getting-started/template.md new file mode 100644 index 000000000..3952621a6 --- /dev/null +++ b/docs/getting-started/template.md @@ -0,0 +1,36 @@ +
+

Basic template

+ +

Start with this basic HTML template, or modify these examples. We hope you'll customize our templates and examples, adapting them to suit your needs.

+ +

Copy the HTML below to begin working with a minimal Bootstrap document.

+{% highlight html %} + + + + + + + Bootstrap 101 Template + + + + + + + + + +

Hello, world!

+ + + + + + + +{% endhighlight %} +
-- cgit v1.2.3