summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2023-08-02 21:25:00 -0400
committercyfraeviolae <cyfraeviolae>2023-08-02 21:25:00 -0400
commit878f0d32bd51f49f256dd6de8075dc97f4b2fdf4 (patch)
tree8293b30e124611a351a5a410e116042223aa9640
parentcb111366b66bb64599c5016eada5b02f24f5d8ff (diff)
countervisual
-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/;
}