diff options
author | June McEnroe <june@causal.agency> | 2018-08-27 17:23:33 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-27 17:23:33 -0400 |
commit | 0da835b5d6e38df0dc19c9d35e1f255b4e620216 (patch) | |
tree | dca2ea4320a8ad2bb33cf8c47139fb07f0bd3ef7 /index.html | |
parent | Fix color pairs once and for all (diff) | |
parent | Dump HELP_DATA with client -h (diff) | |
download | torus-0da835b5d6e38df0dc19c9d35e1f255b4e620216.tar.gz torus-0da835b5d6e38df0dc19c9d35e1f255b4e620216.zip |
Merge branch 'ansi'
Diffstat (limited to '')
-rw-r--r-- | index.html | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/index.html b/index.html index a934f1c..b3d71a6 100644 --- a/index.html +++ b/index.html @@ -3,18 +3,12 @@ <p> Hey there, friend. This should get you there. <p> -<code> - ssh torus@ascii.town -</code> +<a href="ssh://torus@ascii.town"><code>ssh torus@ascii.town</code></a> <p> Or you can just come and chat. <p> -<code> - ssh chat@ascii.town -</code> +<a href="ssh://chat@ascii.town"><code>ssh chat@ascii.town</code></a> <p> You can also take a detour and play NetHack. <p> -<code> - ssh nethack@ascii.town -</code> +<a href="ssh://nethack@ascii.town"><code>ssh nethack@ascii.town</code></a> |