diff options
author | June McEnroe <june@causal.agency> | 2018-08-22 22:08:22 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-22 22:08:22 -0400 |
commit | 3f0b006069a16d501b159b87f0ff6e814965641b (patch) | |
tree | 04b16134e424c72c0c13e3d4806c5ebe6de4debf | |
parent | Implement R (diff) | |
download | torus-3f0b006069a16d501b159b87f0ff6e814965641b.tar.gz torus-3f0b006069a16d501b159b87f0ff6e814965641b.zip |
Add ssh:// links to index.html
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> |