<?php
// Set the dynamic title and heading for this page
$pageTitle = "Home Page";
$pageHeading = "Welcome to our Website";
// Include the common header
include_once 'auth/src/inc/header.php';
?>
<!-- Your page content goes here -->
<?php
// Include the common footer
include_once 'auth/src/inc/footer.php';
?>
<a href="">about</a>