From 7c87b75499fecef60cfb8509bf8eec3c94cae562 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Aug 2015 11:03:03 -0700 Subject: remove two pages that are now elsewhere --- docs/getting-started/template.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete 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 deleted file mode 100644 index 4ba0c840e..000000000 --- a/docs/getting-started/template.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: page -title: Basic template -group: getting-started ---- - -Start with this basic HTML template, or modify [these examples](../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