diff options
Diffstat (limited to 'social')
-rw-r--r-- | social/index.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/social/index.php b/social/index.php new file mode 100644 index 0000000..7cdc88e --- /dev/null +++ b/social/index.php @@ -0,0 +1,10 @@ +<?php $title = "Social"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> +<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?> + +<br> +<div class="container"> + <h1>Social</h1> + Coming soon +</div> + +<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
\ No newline at end of file |