diff options
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/employment/index.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/etc/employment/index.php b/src/etc/employment/index.php index c41b29d..673d4d3 100644 --- a/src/etc/employment/index.php +++ b/src/etc/employment/index.php @@ -3,9 +3,6 @@ $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>
|