blob: 9354bb89da7f06954bd87c06acc9c689946a858e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<!DOCTYPE html>
<title>Route 22 to ascii.town</title>
<style>
table { margin: auto; }
td { padding: 1em 2ch; }
td:first-child { text-align: right; }
</style>
<table>
<tr>
<td>A collaborative ASCII art project</td>
<td>
<code>
<a href="ssh://torus@ascii.town">ssh torus@ascii.town</a>
# or
<a href="explore.html">explore</a>
</code>
</td>
</tr>
<tr>
<td>A 2048 clone with scoreboard</td>
<td>
<code><a href="ssh://play@ascii.town">ssh play@ascii.town</a></code>
</td>
</tr>
<tr>
<td>A chat room / IRC client</td>
<td>
<code><a href="ssh://chat@ascii.town">ssh chat@ascii.town</a></code>
</td>
</tr>
<tr>
<td>NetHack</td>
<td>
<code><a href="ssh://nethack@ascii.town">ssh nethack@ascii.town</a></code>
</td>
</tr>
</table>
|