First jameswitzema.net commit

This commit is contained in:
Lao Tzu
2026-05-29 11:30:10 -07:00
commit 32cc108c4a
200 changed files with 1200635 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
// Footer file for common footers
$foothtml = <<<EOF
<div id='foot'>
<div id='footbar'>
<a href='mailto:me@jameswitzeman.net'>me@jameswitzeman.net</a>
</div>
</div>
EOF;
echo $foothtml;
?>