1 2 3 4 5 6 7 8 9 10 11 12 | <?php include_once ("./lib/common.inc.php"); include_header("Home"); echo ' <div class="hero-unit"> <h1>Hello, world!</h1> <p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p> <p><a class="btn primary large">Learn more »</a></p> </div>'; include_footer(); ?> |