<pclass="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p>
<p>Back to <ahref="../sticky-footer">the default sticky footer</a> minus the navbar.</p>
</div>
<?phpinclude'template/footer.php';?>
\ No newline at end of file
<?php
// This file is the main controller
include'template/header.php';
// TODO: Handle url to detect wich controller to call
// Show the menu, the previous part have set wich page we are on to set the "active" class in menu
<pclass="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p>
<p>Back to <ahref="../sticky-footer">the default sticky footer</a> minus the navbar.</p>