2017-10-03 16:34:59 +00:00
|
|
|
<!doctype html>
|
2013-06-24 00:17:08 +00:00
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2015-10-06 11:35:39 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2013-06-24 00:17:08 +00:00
|
|
|
<meta name="description" content="">
|
|
|
|
|
<meta name="author" content="">
|
2017-07-16 13:19:20 +00:00
|
|
|
<link rel="icon" href="../../../../favicon.ico">
|
2013-06-24 00:17:08 +00:00
|
|
|
|
2013-07-21 06:17:01 +00:00
|
|
|
<title>Sticky Footer Template for Bootstrap</title>
|
2013-06-24 00:17:08 +00:00
|
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
2017-05-29 18:55:36 +00:00
|
|
|
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
2013-06-24 00:17:08 +00:00
|
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
2013-07-21 06:30:08 +00:00
|
|
|
<link href="sticky-footer.css" rel="stylesheet">
|
2013-06-24 00:17:08 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
2014-02-04 12:56:42 +00:00
|
|
|
<!-- Begin page content -->
|
2017-09-13 18:51:08 +00:00
|
|
|
<main role="main" class="container">
|
2016-10-11 22:46:10 +00:00
|
|
|
<div class="mt-1">
|
2014-02-04 12:56:42 +00:00
|
|
|
<h1>Sticky footer</h1>
|
2013-06-24 00:17:08 +00:00
|
|
|
</div>
|
2014-02-04 12:56:42 +00:00
|
|
|
<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>
|
2017-09-13 18:51:08 +00:00
|
|
|
</main>
|
2013-06-24 00:17:08 +00:00
|
|
|
|
2014-10-29 20:07:13 +00:00
|
|
|
<footer class="footer">
|
2013-06-24 00:17:08 +00:00
|
|
|
<div class="container">
|
2015-12-08 06:05:37 +00:00
|
|
|
<span class="text-muted">Place sticky footer content here.</span>
|
2013-06-24 00:17:08 +00:00
|
|
|
</div>
|
2014-10-29 20:07:13 +00:00
|
|
|
</footer>
|
2013-06-24 00:17:08 +00:00
|
|
|
</body>
|
2013-08-17 19:32:11 +00:00
|
|
|
</html>
|