2013-06-24 02:17:08 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2015-10-06 13:35:39 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2013-06-24 02:17:08 +02:00
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
2014-03-25 08:30:04 +01:00
|
|
|
<link rel="icon" href="../../favicon.ico">
|
2013-06-24 02:17:08 +02:00
|
|
|
|
2013-07-21 08:17:01 +02:00
|
|
|
<title>Sticky Footer Template for Bootstrap</title>
|
2013-06-24 02:17:08 +02:00
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
2017-05-29 20:55:36 +02:00
|
|
|
<link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
|
2013-06-24 02:17:08 +02:00
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
2013-07-21 08:30:08 +02:00
|
|
|
<link href="sticky-footer.css" rel="stylesheet">
|
2013-06-24 02:17:08 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2014-02-04 13:56:42 +01:00
|
|
|
<!-- Begin page content -->
|
|
|
|
<div class="container">
|
2016-10-12 00:46:10 +02:00
|
|
|
<div class="mt-1">
|
2014-02-04 13:56:42 +01:00
|
|
|
<h1>Sticky footer</h1>
|
2013-06-24 02:17:08 +02:00
|
|
|
</div>
|
2014-02-04 13:56:42 +01: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>
|
2013-06-24 02:17:08 +02:00
|
|
|
</div>
|
|
|
|
|
2014-10-29 21:07:13 +01:00
|
|
|
<footer class="footer">
|
2013-06-24 02:17:08 +02:00
|
|
|
<div class="container">
|
2015-12-08 07:05:37 +01:00
|
|
|
<span class="text-muted">Place sticky footer content here.</span>
|
2013-06-24 02:17:08 +02:00
|
|
|
</div>
|
2014-10-29 21:07:13 +01:00
|
|
|
</footer>
|
2013-06-24 02:17:08 +02:00
|
|
|
|
2013-08-17 21:32:11 +02:00
|
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
|
|
================================================== -->
|
|
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
2015-09-06 11:16:01 +02:00
|
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
2017-05-29 20:55:36 +02:00
|
|
|
<script src="../../../../assets/js/ie10-viewport-bug-workaround.js"></script>
|
2013-06-24 02:17:08 +02:00
|
|
|
</body>
|
2013-08-17 21:32:11 +02:00
|
|
|
</html>
|