summaryrefslogtreecommitdiff
path: root/src/etc/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/index.php')
-rw-r--r--src/etc/index.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/etc/index.php b/src/etc/index.php
new file mode 100644
index 0000000..6f2a6d0
--- /dev/null
+++ b/src/etc/index.php
@@ -0,0 +1,9 @@
+<?php
+$title = "Et cetera";
+require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
+require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
+?>
+<p>
+ There's nothing here.
+</p>
+<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?> \ No newline at end of file