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