aboutsummaryrefslogtreecommitdiff
path: root/examples/starter-template.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-31 17:35:23 -0800
committerJacob Thornton <[email protected]>2012-01-31 17:35:23 -0800
commitfd49d4a44f7fe73054b861461b9ec0f36a1bb29a (patch)
treef35009c910398dda68809aa281e45a495bbd8305 /examples/starter-template.html
parentbdfb05dbac0b07c7c6447a39b2658038563603d3 (diff)
downloadbootstrap-fd49d4a44f7fe73054b861461b9ec0f36a1bb29a.tar.xz
bootstrap-fd49d4a44f7fe73054b861461b9ec0f36a1bb29a.zip
move examples into docs...v2.0.0
Diffstat (limited to 'examples/starter-template.html')
-rw-r--r--examples/starter-template.html78
1 files changed, 0 insertions, 78 deletions
diff --git a/examples/starter-template.html b/examples/starter-template.html
deleted file mode 100644
index 99450aa03..000000000
--- a/examples/starter-template.html
+++ /dev/null
@@ -1,78 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Bootstrap, from Twitter</title>
- <meta name="description" content="">
- <meta name="author" content="">
-
- <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
- <!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
-
- <!-- Le styles -->
- <link href="../docs/assets/css/bootstrap.css" rel="stylesheet">
- <link href="../docs/assets/css/bootstrap-responsive.css" rel="stylesheet">
- <style>
- body {
- padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
- }
- </style>
-
- <!-- Le fav and touch icons -->
- <link rel="shortcut icon" href="images/favicon.ico">
- <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
- <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
- <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
- </head>
-
- <body>
-
- <div class="navbar navbar-fixed-top">
- <div class="navbar-inner">
- <div class="container">
- <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
- <span class="i-bar"></span>
- <span class="i-bar"></span>
- <span class="i-bar"></span>
- </a>
- <a class="brand" href="#">Project name</a>
- <div class="nav-collapse">
- <ul class="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>
-
- <div class="container">
-
- <h1>Bootstrap starter template</h1>
- <p>Use this document as a way to quick start any new project.<br> All you get is this message and a barebones HTML document.</p>
-
- </div> <!-- /container -->
-
- <!-- Le javascript
- ================================================== -->
- <!-- Placed at the end of the document so the pages load faster -->
- <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
- <script src="../js/tests/vendor/jquery.js"></script>
- <script src="../js/bootstrap-transition.js"></script>
- <script src="../js/bootstrap-alert.js"></script>
- <script src="../js/bootstrap-modal.js"></script>
- <script src="../js/bootstrap-dropdown.js"></script>
- <script src="../js/bootstrap-scrollspy.js"></script>
- <script src="../js/bootstrap-tab.js"></script>
- <script src="../js/bootstrap-tooltip.js"></script>
- <script src="../js/bootstrap-popover.js"></script>
- <script src="../js/bootstrap-button.js"></script>
- <script src="../js/bootstrap-collapse.js"></script>
- <script src="../js/bootstrap-carousel.js"></script>
- <script src="../js/bootstrap-typeahead.js"></script>
-
- </body>
-</html>