1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/bootstrap-source/bootstrap-3.0.3/examples/starter-template/index.html Fri Dec 20 22:49:16 2013 +0100
1.3 @@ -0,0 +1,68 @@
1.4 +<!DOCTYPE html>
1.5 +<html lang="en">
1.6 + <head>
1.7 + <meta charset="utf-8">
1.8 + <meta http-equiv="X-UA-Compatible" content="IE=edge">
1.9 + <meta name="viewport" content="width=device-width, initial-scale=1.0">
1.10 + <meta name="description" content="">
1.11 + <meta name="author" content="">
1.12 + <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
1.13 +
1.14 + <title>Starter Template for Bootstrap</title>
1.15 +
1.16 + <!-- Bootstrap core CSS -->
1.17 + <link href="../../dist/css/bootstrap.css" rel="stylesheet">
1.18 +
1.19 + <!-- Custom styles for this template -->
1.20 + <link href="starter-template.css" rel="stylesheet">
1.21 +
1.22 + <!-- Just for debugging purposes. Don't actually copy this line! -->
1.23 + <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
1.24 +
1.25 + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
1.26 + <!--[if lt IE 9]>
1.27 + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1.28 + <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1.29 + <![endif]-->
1.30 + </head>
1.31 +
1.32 + <body>
1.33 +
1.34 + <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
1.35 + <div class="container">
1.36 + <div class="navbar-header">
1.37 + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
1.38 + <span class="sr-only">Toggle navigation</span>
1.39 + <span class="icon-bar"></span>
1.40 + <span class="icon-bar"></span>
1.41 + <span class="icon-bar"></span>
1.42 + </button>
1.43 + <a class="navbar-brand" href="#">Project name</a>
1.44 + </div>
1.45 + <div class="collapse navbar-collapse">
1.46 + <ul class="nav navbar-nav">
1.47 + <li class="active"><a href="#">Home</a></li>
1.48 + <li><a href="#about">About</a></li>
1.49 + <li><a href="#contact">Contact</a></li>
1.50 + </ul>
1.51 + </div><!--/.nav-collapse -->
1.52 + </div>
1.53 + </div>
1.54 +
1.55 + <div class="container">
1.56 +
1.57 + <div class="starter-template">
1.58 + <h1>Bootstrap starter template</h1>
1.59 + <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>
1.60 + </div>
1.61 +
1.62 + </div><!-- /.container -->
1.63 +
1.64 +
1.65 + <!-- Bootstrap core JavaScript
1.66 + ================================================== -->
1.67 + <!-- Placed at the end of the document so the pages load faster -->
1.68 + <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
1.69 + <script src="../../dist/js/bootstrap.min.js"></script>
1.70 + </body>
1.71 +</html>