2013-06-24 02:17:08 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2013-09-24 18:43:16 +02:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2013-06-24 02:17:08 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
2013-09-23 22:00:43 +02:00
|
|
|
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
|
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 -->
|
2013-08-16 02:39:37 +02:00
|
|
|
<link href="../../dist/css/bootstrap.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-08-18 08:28:52 +02:00
|
|
|
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!--[if lt IE 9]>
|
2013-10-10 10:51:09 +02:00
|
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script>
|
2013-09-23 22:00:43 +02:00
|
|
|
<script src="../../docs-assets/js/respond.min.js"></script>
|
2013-08-18 08:28:52 +02:00
|
|
|
<![endif]-->
|
2013-06-24 02:17:08 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<!-- Wrap all page content here -->
|
|
|
|
<div id="wrap">
|
|
|
|
|
|
|
|
<!-- Begin page content -->
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
<div class="container">
|
|
|
|
<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>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2013-08-17 21:32:11 +02:00
|
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
|
|
================================================== -->
|
|
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
2013-06-24 02:17:08 +02:00
|
|
|
</body>
|
2013-08-17 21:32:11 +02:00
|
|
|
</html>
|