17 lines
398 B
PHP
17 lines
398 B
PHP
<?php
|
|
include_once("includes/header.php");
|
|
?>
|
|
|
|
<main>
|
|
<section class="py-5 mb-4 text-center" id="servicesBanner">
|
|
<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">Services</h1>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<?php
|
|
include_once("includes/footer.php");
|
|
?>
|