about summary refs log tree commit diff homepage
path: root/index.html
blob: 3cab4c43b37704f2746dcd1f0863fc752d3122d3 (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
<!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>
</table>