|      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>Sticky Footer 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="sticky-footer.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     <!-- Wrap all page content here --> |         | 
|     32     <div id="wrap"> |         | 
|     33  |         | 
|     34       <!-- Begin page content --> |         | 
|     35       <div class="container"> |         | 
|     36         <div class="page-header"> |         | 
|     37           <h1>Sticky footer</h1> |         | 
|     38         </div> |         | 
|     39         <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p> |         | 
|     40         <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p> |         | 
|     41       </div> |         | 
|     42     </div> |         | 
|     43  |         | 
|     44     <div id="footer"> |         | 
|     45       <div class="container"> |         | 
|     46         <p class="text-muted">Place sticky footer content here.</p> |         | 
|     47       </div> |         | 
|     48     </div> |         | 
|     49  |         | 
|     50  |         | 
|     51     <!-- Bootstrap core JavaScript |         | 
|     52     ================================================== --> |         | 
|     53     <!-- Placed at the end of the document so the pages load faster --> |         | 
|     54   </body> |         | 
|     55 </html> |         |