diff options
author | Preston Pan <preston@nullring.xyz> | 2023-01-06 18:02:55 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2023-01-06 18:02:55 -0800 |
commit | e023fd8d06bc55389ab13db6c6d8d89903b5afca (patch) | |
tree | 879216d5aa64e38e0a68777563df6f19b1c682d3 /build/website/projects/index.html | |
parent | 0c024e93b606406843aad28e1e3948e956241e91 (diff) |
add noexcess
Diffstat (limited to 'build/website/projects/index.html')
-rw-r--r-- | build/website/projects/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/website/projects/index.html b/build/website/projects/index.html index 5562ea2..c97df09 100644 --- a/build/website/projects/index.html +++ b/build/website/projects/index.html @@ -29,7 +29,7 @@ Projects </p> <ul> <li><a href="./dotfiles.html">Dotfiles</a> -- My dotfiles (script for autoinstalling them coming soon).</li> - <li><a href="./trail_of_dusk.html">Trail of Dusk</a> -- a text based roguelike rpg.</li> + <li><a href="./no_excess.html">NoExcess</a> -- a scheme-like programming language written in c.</li> <li><a href="https://plant9.nullring.xyz">Plant9</a> -- A GNU/linux distribution that I am working on with Matthew Hinton.</li> <li><a href="./comas.html">COMAS</a> -- A mathematics library that is built on the idea of quaternionic functions inside tensors.</li> </ul> |