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" role="navigation"> |
|
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="sr-only">Toggle navigation</span> |
|
36 <span class="icon-bar"></span> |
|
37 <span class="icon-bar"></span> |
|
38 <span class="icon-bar"></span> |
|
39 </button> |
|
40 <a class="navbar-brand" href="#">Project name</a> |
|
41 </div> |
|
42 <div class="collapse navbar-collapse"> |
|
43 <ul class="nav navbar-nav"> |
|
44 <li class="active"><a href="#">Home</a></li> |
|
45 <li><a href="#about">About</a></li> |
|
46 <li><a href="#contact">Contact</a></li> |
|
47 </ul> |
|
48 </div><!--/.nav-collapse --> |
|
49 </div> |
|
50 </div> |
|
51 |
|
52 <div class="container"> |
|
53 |
|
54 <div class="starter-template"> |
|
55 <h1>Bootstrap starter template</h1> |
|
56 <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> |
|
57 </div> |
|
58 |
|
59 </div><!-- /.container --> |
|
60 |
|
61 |
|
62 <!-- Bootstrap core JavaScript |
|
63 ================================================== --> |
|
64 <!-- Placed at the end of the document so the pages load faster --> |
|
65 <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> |
|
66 <script src="../../dist/js/bootstrap.min.js"></script> |
|
67 </body> |
|
68 </html> |
|