summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html5
-rw-r--r--local.conf4
2 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
index 92c2030..a27f519 100644
--- a/index.html
+++ b/index.html
@@ -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>
diff --git a/local.conf b/local.conf
index 6f5f576..8cdc8b1 100644
--- a/local.conf
+++ b/local.conf
@@ -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/;
}