update bootstrap to 3.0.0-rc2
[bootswatch] / bower_components / bootstrap / examples / sticky-footer / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     <meta name="description" content="">
7     <meta name="author" content="">
8     <link rel="shortcut icon" href="../../assets/ico/favicon.png">
9
10     <title>Sticky Footer Template for Bootstrap</title>
11
12     <!-- Bootstrap core CSS -->
13     <link href="../../dist/css/bootstrap.css" rel="stylesheet">
14
15     <!-- Custom styles for this template -->
16     <link href="sticky-footer.css" rel="stylesheet">
17   </head>
18
19   <body>
20
21     <!-- Wrap all page content here -->
22     <div id="wrap">
23
24       <!-- Begin page content -->
25       <div class="container">
26         <div class="page-header">
27           <h1>Sticky footer</h1>
28         </div>
29         <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
30         <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
31       </div>
32     </div>
33
34     <div id="footer">
35       <div class="container">
36         <p class="text-muted credit">Example courtesy <a href="http://martinbean.co.uk">Martin Bean</a> and <a href="http://ryanfait.com/sticky-footer/">Ryan Fait</a>.</p>
37       </div>
38     </div>
39
40   </body>
41 </html>