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 | b39ecb0854f35be2f87023b5f7aad348b148d9d0 (patch) | |
tree | 548748442c8a8e6de1720068ece359c33efc144e /explore.html | |
parent | Add HOME button, ssh link, AGPL notice to explore (diff) | |
download | torus-b39ecb0854f35be2f87023b5f7aad348b148d9d0.tar.gz torus-b39ecb0854f35be2f87023b5f7aad348b148d9d0.zip |
Fix explore image URL
Diffstat (limited to 'explore.html')
-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"> |