summaryrefslogtreecommitdiff
path: root/src/programming
diff options
context:
space:
mode:
Diffstat (limited to 'src/programming')
-rw-r--r--src/programming/index.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/programming/index.php b/src/programming/index.php
new file mode 100644
index 0000000..88d4f6c
--- /dev/null
+++ b/src/programming/index.php
@@ -0,0 +1,9 @@
+<?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