aboutsummaryrefslogtreecommitdiff
path: root/old/services/index.php
blob: 103245a76727b8b9077c1d9a0d4cfba58ecfbbc5 (plain)
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"; ?>