diff options
Diffstat (limited to 'programming/index.php')
-rw-r--r-- | programming/index.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/programming/index.php b/programming/index.php deleted file mode 100644 index 88d4f6c..0000000 --- a/programming/index.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php
-$title = "Programming";
-require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
-require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
-?>
-<p>
- There's nothing here, yet, but you can see some of my code at github.com/kaistevenson
-</p>
-<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>
\ No newline at end of file |