author | stetrabby <info@trabucchi.de> |
Fri, 20 Dec 2013 22:49:16 +0100 | |
changeset 54 | 0ded9d7748b7 |
permissions | -rwxr-xr-x |
info@54 | 1 |
<!DOCTYPE html> |
info@54 | 2 |
<html lang="en"> |
info@54 | 3 |
<head> |
info@54 | 4 |
<meta charset="utf-8"> |
info@54 | 5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
info@54 | 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
info@54 | 7 |
<meta name="description" content=""> |
info@54 | 8 |
<meta name="author" content=""> |
info@54 | 9 |
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> |
info@54 | 10 |
|
info@54 | 11 |
<title>Sticky Footer Template for Bootstrap</title> |
info@54 | 12 |
|
info@54 | 13 |
<!-- Bootstrap core CSS --> |
info@54 | 14 |
<link href="../../dist/css/bootstrap.css" rel="stylesheet"> |
info@54 | 15 |
|
info@54 | 16 |
<!-- Custom styles for this template --> |
info@54 | 17 |
<link href="sticky-footer.css" rel="stylesheet"> |
info@54 | 18 |
|
info@54 | 19 |
<!-- Just for debugging purposes. Don't actually copy this line! --> |
info@54 | 20 |
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]--> |
info@54 | 21 |
|
info@54 | 22 |
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
info@54 | 23 |
<!--[if lt IE 9]> |
info@54 | 24 |
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
info@54 | 25 |
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> |
info@54 | 26 |
<![endif]--> |
info@54 | 27 |
</head> |
info@54 | 28 |
|
info@54 | 29 |
<body> |
info@54 | 30 |
|
info@54 | 31 |
<!-- Wrap all page content here --> |
info@54 | 32 |
<div id="wrap"> |
info@54 | 33 |
|
info@54 | 34 |
<!-- Begin page content --> |
info@54 | 35 |
<div class="container"> |
info@54 | 36 |
<div class="page-header"> |
info@54 | 37 |
<h1>Sticky footer</h1> |
info@54 | 38 |
</div> |
info@54 | 39 |
<p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p> |
info@54 | 40 |
<p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p> |
info@54 | 41 |
</div> |
info@54 | 42 |
</div> |
info@54 | 43 |
|
info@54 | 44 |
<div id="footer"> |
info@54 | 45 |
<div class="container"> |
info@54 | 46 |
<p class="text-muted">Place sticky footer content here.</p> |
info@54 | 47 |
</div> |
info@54 | 48 |
</div> |
info@54 | 49 |
|
info@54 | 50 |
|
info@54 | 51 |
<!-- Bootstrap core JavaScript |
info@54 | 52 |
================================================== --> |
info@54 | 53 |
<!-- Placed at the end of the document so the pages load faster --> |
info@54 | 54 |
</body> |
info@54 | 55 |
</html> |