summaryrefslogtreecommitdiff
path: root/src/programming/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/programming/index.php')
-rw-r--r--src/programming/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/programming/index.php b/src/programming/index.php
index afdb64b..fd635c5 100644
--- a/src/programming/index.php
+++ b/src/programming/index.php
@@ -6,6 +6,7 @@ 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=https://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>
+<h2>Projects</h2>
<p>
I have a few particularly cool projects, like <a href=https://aberrantflux.xyz/cgit/precedent.git>Precedent</a>, my interpreted
programming language, and <a href=https://aberrantflux.xyz/cgit/snake3.git>Snake3</a>, a fun snake game.