about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-16 15:42:22 -0500
committerJune McEnroe <june@causal.agency>2019-01-16 15:42:22 -0500
commit390c6d513ecaa8798d64309254222fdff9d3190b (patch)
treeea8ac3948a3a3130ef739777dbce7e7156717f50
parentReturn false from keydown handler in explore (diff)
downloadtorus-390c6d513ecaa8798d64309254222fdff9d3190b.tar.gz
torus-390c6d513ecaa8798d64309254222fdff9d3190b.zip
Reformat index.html with explore link
-rw-r--r--index.html51
1 files changed, 35 insertions, 16 deletions
diff --git a/index.html b/index.html
index ba0a18d..9354bb8 100644
--- a/index.html
+++ b/index.html
@@ -1,18 +1,37 @@
 <!DOCTYPE html>
 <title>Route 22 to ascii.town</title>
-<p>
-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>
-<p>
-You can also take a detour and play NetHack.
-<p>
-<a href="ssh://nethack@ascii.town"><code>ssh nethack@ascii.town</code></a>
+<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>
d>Update scooper to 1.1June McEnroe 2021-01-17Update catgirl to 1.5 (BONUS WEBISODE)June McEnroe 2021-01-15Update litterbox to 1.7June McEnroe 2021-01-15Update pounce to 2.2June McEnroe 2021-01-15Update catgirl to 1.4June McEnroe 2020-12-28Replace cgit-patched with cgit-causal-agencyJune McEnroe 2020-12-18Add notemap portJune McEnroe 2020-12-15Update libretls to 3.3.1June McEnroe 2020-12-15Update catsit to 1.1June McEnroe 2020-12-15Update pounce to 2.1p1June McEnroe 2020-12-15Add imbox portJune McEnroe 2020-11-24Update pounce to 2.1June McEnroe 2020-11-24Update libretls to 3.3.0June McEnroe 2020-11-17Update catgirl to 1.3June McEnroe 2020-11-17Update libretls to 3.2.2June McEnroe 2020-09-29Update libretls to 3.2.1June McEnroe 2020-09-10Update catgirl to 1.2June McEnroe 2020-09-09Add pounce-palaver portJune McEnroe 2020-09-09Update pounce to 2.0June McEnroe 2020-09-09Update litterbox to 1.6June McEnroe 2020-08-23Add scooper portJune McEnroe 2020-08-23Add catsit portJune McEnroe 2020-08-13Update pounce to 1.4p2June McEnroe 2020-08-11Update pounce to 1.4p1June McEnroe 2020-08-10Add litterbox portJune McEnroe 2020-08-10Add missing USES=pkgconfig to pounceJune McEnroe