about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>
/ui.c?h=1.9&id=c06a45746117786f687ded1c62047e9194107e96&follow=1'>Add C-n and C-p key bindings to switch windowsJune McEnroe 2019-02-23Change example command to join #ascii.town on freenodeJune McEnroe 2019-02-23Call def_prog_mode after termNoFlowJune McEnroe 2019-02-22Move IRC formatting reset to C-sJune McEnroe 2019-02-22Disable terminal flow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe class='logheader'>2018-09-13Never send PRIVMSG to TagStatus or TagVerboseJune McEnroe 2018-09-13Move color selection to format.cJune McEnroe 2018-09-13Fix len for format->split at end of stringJune McEnroe 2018-09-13Avoid uninitialized x in uiReadJune McEnroe 2018-09-13Add IRCDefault to colors enumJune McEnroe 2018-09-13Return a format->split even at the end of the stringJune McEnroe 2018-09-13Fix weird tab-complete after commaJune McEnroe I have no idea why I did this. 2018-09-13Rewrite UI againJune McEnroe The persistent topic is gone and the status line is now at the top. The status formatting still needs to be reworked. I also want to try showing the nick in the input window so it really looks like your next message. 2018-09-12Add note about C-oJune McEnroe Why are there so few well usable ctrl key bindings? 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe Ridiculous. 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe