| 12345678910111213141516171819202122232425262728293031323334 | 
							- <!DOCTYPE html>
 
- <html lang="en">
 
- <head>
 
-   <title>Bootstrap nav</title>
 
-   <meta charset="utf-8"/>
 
-   <meta http-equiv="X-UA-COMPATIBLE" content="IE=Edge"/>
 
-   <meta name="viewport" content="width=device-width, initial-scale=1"/>
 
-   <link rel="stylesheet" href="styles.css" />
 
-   <!--[if lt IE 9]>
 
-   <script src="../js/html5shiv.3-7-0.js"></script>
 
-   <script src="../js/respond.1-4-2.min.js"></script>
 
-   <![endif]-->
 
- </head>
 
- <body>
 
- <div class="container">
 
-   <div class="page-header">
 
-     <h1>Chapter 3
 
-       <small>Exploring Bootstrap components: breadcrumbs</small>
 
-     </h1>
 
-   </div>
 
-   <ol class="breadcrumb">
 
-     <li><a href="#">Home</a></li>
 
-     <li><a href="#">About</a></li>
 
-     <li class="active">Author</li>
 
-   </ol>
 
- </div>
 
- <script src="../js/jquery-1.11.2.min.js"></script>
 
- <script src="../js/bootstrap.js"></script>
 
- </body>
 
- </html>
 
 
  |