diff options
-rw-r--r-- | index.html | 5 | ||||
-rw-r--r-- | local.conf | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -34,6 +34,11 @@ <a class="work-title" href="/antiquitysort">Antiquitysort</a> challenges you to order our cultural histories in time. </p> + <p class="work"> + <img src="/countervisual/static/favicon.ico" width=11 height=11> + <a class="work-title" href="/countervisual">Countervisual</a> + is a game about restoring color-randomized artwork. + </p> <div class="category">Mathematics and Cryptography</div> <p class="work"> <img src="/sumcheck/static/favicon.ico" width=11 height=11> @@ -27,6 +27,10 @@ http { alias /home/sy/code/site/telechromy/; } + location /countervisual { + alias /home/sy/code/site/countervisual/; + } + location /prosodyle { alias /home/sy/code/site/prosodyle/; } |