diff options
-rw-r--r-- | explore.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/explore.html b/explore.html index 6fa5858..37efd85 100644 --- a/explore.html +++ b/explore.html @@ -16,6 +16,8 @@ button.arr { font-size: 150%; } </style> <p> +A collaborative ASCII art project. +<p> <a href="ssh://torus@ascii.town"><code>ssh torus@ascii.town</code></a> <p> <img id="tile" src="tile.png"> @@ -105,5 +107,6 @@ Code is available from case "k": case "ArrowUp": uarr.onclick(); break; case "l": case "ArrowRight": rarr.onclick(); break; } + return false; } </script> |