aboutsummaryrefslogtreecommitdiff
path: root/old/social/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-16 11:37:18 +0200
committerMinteck <contact@minteck.org>2022-06-16 11:37:18 +0200
commit060473d7e7da51bf372b3d2958580b8f65f4769b (patch)
tree0ccefc7dd4ba076474a09e2d8aa5aa6df83b8f20 /old/social/index.php
parent825a95e13bd2e712544a5ba40c739da053d90f1c (diff)
downloadember-060473d7e7da51bf372b3d2958580b8f65f4769b.tar.gz
ember-060473d7e7da51bf372b3d2958580b8f65f4769b.tar.bz2
ember-060473d7e7da51bf372b3d2958580b8f65f4769b.zip
This is the new Ember
Diffstat (limited to 'old/social/index.php')
-rw-r--r--old/social/index.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/social/index.php b/old/social/index.php
new file mode 100644
index 0000000..47f045b
--- /dev/null
+++ b/old/social/index.php
@@ -0,0 +1,10 @@
+<?php $title = "Social"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; global $Parsedown; ?>
+<?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