summaryrefslogtreecommitdiff
path: root/src/programming/index.php
blob: 21533620c094880959ea9190ca9cffc892dabe61 (plain)
1
2
3
4
5
6
7
8
9
<?php
$title = "Programming";
require($_SERVER["DOCUMENT_ROOT"] . "/head.php");
require($_SERVER["DOCUMENT_ROOT"] . "/header.php");
?>
<p>
    My repositories (including some notes) are at aberrantflux.xyz/cgit. I also have some stuff at github.com/kaistevenson. The repo for this site is <a href=http://aberrantflux.xyz/cgit/aberrantflux-site.git>aberrantflux.xyz/cgit/aberrantflux-site.git</a> if you want to get a little meta. I use cgit to serve my repositories over HTTP, and otherwise use SSH.
</p>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/footer.php"); ?>