update bootstrap to 3.0.0 final
[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
18     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
19     <!--[if lt IE 9]>
20       <script src="../../assets/js/html5shiv.js"></script>
21       <script src="../../assets/js/respond.min.js"></script>
22     <![endif]-->
23   </head>
24
25   <body>
26
27     <!-- Wrap all page content here -->
28     <div id="wrap">
29
30       <!-- Begin page content -->
31       <div class="container">
32         <div class="page-header">
33           <h1>Sticky footer</h1>
34         </div>
35         <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
36         <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
37       </div>
38     </div>
39
40     <div id="footer">
41       <div class="container">
42         <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>
43       </div>
44     </div>
45
46
47     <!-- Bootstrap core JavaScript
48     ================================================== -->
49     <!-- Placed at the end of the document so the pages load faster -->
50   </body>
51 </html>