empower-engineering-website/contact.php

17 lines
396 B
PHP

<?php
include_once("includes/header.php");
?>
<main>
<section class="py-5 mb-4 text-center" id="contactBanner">
<div class="py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto banner-caption">
<h1 class="display-1 fw-bold text-white">Contact</h1>
</div>
</div>
</section>
</main>
<?php
include_once("includes/footer.php");
?>