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>
racting one from it turns it into ULONG_MAX which causes an out-of-bounds access on buf. Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for HEAD requestsLars Hjemli This is a quick 'n dirty hack which makes cgit honor HEAD requests. Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-19Add support for ETag in 'plain' viewLars Hjemli When downloading a blob identified by its path, the client might want to know if the blob has been modified since a previous download of the same path. To this end, an ETag containing the blob SHA1 seems to be ideal. Todo: add support for HEAD requests... Suggested-by: Owen Taylor <otaylor@redhat.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli Signed-off-by: Lars Hjemli <hjemli@gmail.com> 2009-02-12Makefile: add doc-related targetsLars Hjemli