diff options
Diffstat (limited to 'src/etc/employment/index.php')
-rw-r--r-- | src/etc/employment/index.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/etc/employment/index.php b/src/etc/employment/index.php new file mode 100644 index 0000000..c41b29d --- /dev/null +++ b/src/etc/employment/index.php @@ -0,0 +1,12 @@ +<?php
+$title = "Employment";
+require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
+require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
+?>
+<p>
+ This page is a list of things you could pay me to do. Isn't that fun?
+</p>
+<ul>
+ <li><h3><a href="techsupport.php">Tech Support</a></h3></li>
+</ul>
+<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
|