1 2 3 4 5 6 7 8 9 10
<?php $title = "Services"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; global $Parsedown; ?> <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?> <br> <div class="container"> <h1>Services</h1> Coming soon </div> <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>