diff options
author | June McEnroe <june@causal.agency> | 2019-01-04 19:14:00 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-04 19:14:00 -0500 |
commit | bceb3850198fadbbae525e5583af385c7583f2d2 (patch) | |
tree | 0719f5e4f38bed30dbdbf9c480bf3e6d8905bf16 | |
parent | Merge branch 'backport' (diff) | |
download | torus-bceb3850198fadbbae525e5583af385c7583f2d2.tar.gz torus-bceb3850198fadbbae525e5583af385c7583f2d2.zip |
Add play to index.html cgi
Diffstat (limited to '')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html index b3d71a6..ba0a18d 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,10 @@ Hey there, friend. This should get you there. <p> <a href="ssh://torus@ascii.town"><code>ssh torus@ascii.town</code></a> <p> +Try for a high score at 2048. +<p> +<a href="ssh://play@ascii.town"><code>ssh play@ascii.town</code></a> +<p> Or you can just come and chat. <p> <a href="ssh://chat@ascii.town"><code>ssh chat@ascii.town</code></a> |