diff options
| author | Mark Otto <[email protected]> | 2013-06-19 23:16:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-19 23:16:00 -0700 |
| commit | f91559d85db1d7e41d19fa360a135fb9eb228bbe (patch) | |
| tree | 5338a4328769f0a3980767e9b4c60b678220492b /starter-template.html | |
| parent | 9f73fef30a075949c1d9f3816a598b303dfe0bfe (diff) | |
| download | bootstrap-f91559d85db1d7e41d19fa360a135fb9eb228bbe.tar.xz bootstrap-f91559d85db1d7e41d19fa360a135fb9eb228bbe.zip | |
update starter template to use new format; include latest BS3 CSS
Diffstat (limited to 'starter-template.html')
| -rw-r--r-- | starter-template.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/starter-template.html b/starter-template.html deleted file mode 100644 index 18fdaf5fc..000000000 --- a/starter-template.html +++ /dev/null @@ -1,43 +0,0 @@ ---- -layout: example -title: Starter template ---- - -<!-- Custom styles for this template --> -<style> - body { - padding-top: 50px; - } - .starter-template { - padding: 40px 15px; - text-align: center; - } -</style> - - -<div class="navbar navbar-inverse navbar-fixed-top"> - <div class="container"> - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse"> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a class="navbar-brand" href="#">Project name</a> - <div class="nav-collapse collapse"> - <ul class="nav navbar-nav"> - <li class="active"><a href="#">Home</a></li> - <li><a href="#about">About</a></li> - <li><a href="#contact">Contact</a></li> - </ul> - </div><!--/.nav-collapse --> - </div> -</div> - -<div class="container"> - - <div class="starter-template"> - <h1>Bootstrap starter template</h1> - <p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p> - </div> - -</div><!-- /container --> |
