about summary refs log tree commit diff homepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index ad0c46a..3874b1a 100644
--- a/index.html
+++ b/index.html
@@ -4,11 +4,11 @@
 Hey there, friend. This should get you there.
 <p>
 <code>
-    ssh torus@ascii.town
+	ssh torus@ascii.town
 </code>
 <p>
 You can also take a detour and play NetHack.
 <p>
 <code>
-    ssh nethack@ascii.town
+	ssh nethack@ascii.town
 </code>
n/htagml.c?id=959b6cc5b728d67b561becc042e8d37cd4f54a9c&follow=1'>Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe