1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
-
- <meta name="description" content="">
- <meta name="author" content="">
- <link rel="icon" href="../../favicon.ico">
- <title>Sticky Footer Template for Bootstrap</title>
-
- <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
-
- <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
-
- <link href="sticky-footer.css" rel="stylesheet">
-
-
- <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
-
-
- </head>
- <body>
-
- <div class="container">
- <div class="page-header">
- <h1>Sticky footer</h1>
- </div>
- <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
- <p>Use <a href="../sticky-footer-navbar/">the sticky footer with a fixed navbar</a> if need be, too.</p>
- </div>
- <footer class="footer">
- <div class="container">
- <p class="text-muted">Place sticky footer content here.</p>
- </div>
- </footer>
-
- <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
- </body>
- </html>
|