diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2024-01-29 14:47:44 -0800 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2024-01-29 14:47:44 -0800 |
commit | a73f6f1972ef126715ed0076b659e73644edfb6d (patch) | |
tree | 03bd93c9bba9ea980181a1855a0a0f9f5a5b92bc /src/etc/employment/index.php | |
parent | 027c1d2a66405dbb913f75d082376456c2a94a20 (diff) |
wrote more on the hard problem, fixed broken link, changed wording
Diffstat (limited to 'src/etc/employment/index.php')
-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>
|