diff options
author | June McEnroe <june@causal.agency> | 2019-01-07 00:20:07 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-07 00:20:07 -0500 |
commit | ef9406f079bf2ef9034ed07654dd9c9076c3074b (patch) | |
tree | 86294f6d4101fa8873c47633c0d4991973f9721b | |
parent | Add HOME button, ssh link, AGPL notice to explore (diff) | |
download | torus-ef9406f079bf2ef9034ed07654dd9c9076c3074b.tar.gz torus-ef9406f079bf2ef9034ed07654dd9c9076c3074b.zip |
Fix explore image URL
-rw-r--r-- | explore.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/explore.html b/explore.html index 43ab9b1..6508cec 100644 --- a/explore.html +++ b/explore.html @@ -18,7 +18,7 @@ <p> <a href="ssh://torus@ascii.town"><code>ssh torus@ascii.town</code></a> <p> -<img id="tile" src="https://ascii.town/tile.png"> +<img id="tile" src="tile.png"> <table> <tr> <td rowspan="2"> |