3.0.0 -> 3.0.1
[bootswatch] / bower_components / bootstrap / examples / starter-template / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
6     <meta name="viewport" content="width=device-width, initial-scale=1.0">
7     <meta name="description" content="">
8     <meta name="author" content="">
9     <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
10
11     <title>Starter Template for Bootstrap</title>
12
13     <!-- Bootstrap core CSS -->
14     <link href="../../dist/css/bootstrap.css" rel="stylesheet">
15
16     <!-- Custom styles for this template -->
17     <link href="starter-template.css" rel="stylesheet">
18
19     <!-- Just for debugging purposes. Don't actually copy this line! -->
20     <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
21
22     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
23     <!--[if lt IE 9]>
24       <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
25       <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
26     <![endif]-->
27   </head>
28
29   <body>
30
31     <div class="navbar navbar-inverse navbar-fixed-top">
32       <div class="container">
33         <div class="navbar-header">
34           <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
35             <span class="icon-bar"></span>
36             <span class="icon-bar"></span>
37             <span class="icon-bar"></span>
38           </button>
39           <a class="navbar-brand" href="#">Project name</a>
40         </div>
41         <div class="collapse navbar-collapse">
42           <ul class="nav navbar-nav">
43             <li class="active"><a href="#">Home</a></li>
44             <li><a href="#about">About</a></li>
45             <li><a href="#contact">Contact</a></li>
46           </ul>
47         </div><!--/.nav-collapse -->
48       </div>
49     </div>
50
51     <div class="container">
52
53       <div class="starter-template">
54         <h1>Bootstrap starter template</h1>
55         <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>
56       </div>
57
58     </div><!-- /.container -->
59
60
61     <!-- Bootstrap core JavaScript
62     ================================================== -->
63     <!-- Placed at the end of the document so the pages load faster -->
64     <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
65     <script src="../../dist/js/bootstrap.min.js"></script>
66   </body>
67 </html>