about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-07 00:20:07 -0500
committerJune McEnroe <june@causal.agency>2019-01-07 00:20:07 -0500
commitb39ecb0854f35be2f87023b5f7aad348b148d9d0 (patch)
tree548748442c8a8e6de1720068ece359c33efc144e
parentAdd HOME button, ssh link, AGPL notice to explore (diff)
downloadtorus-b39ecb0854f35be2f87023b5f7aad348b148d9d0.tar.gz
torus-b39ecb0854f35be2f87023b5f7aad348b148d9d0.zip
Fix explore image URL
-rw-r--r--explore.html2
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">
e73815c2043347e3f8f530&follow=1'>Add git-fetch-email to READMEJune McEnroe 2019-12-21Clarify purpose in READMEJune McEnroe 2019-12-21Add READMEJune McEnroe 2019-12-21Add copyright header to git-fetch-emailJune McEnroe 2019-12-21Add git-fetch-email to SEE ALSO of imboxJune McEnroe 2019-12-21Add git-fetch-email wrapperJune McEnroe 2019-12-21Determine host by SRV lookupJune McEnroe 2019-12-21Clean up remaining codeJune McEnroe 2019-12-21Clean up mboxrd codeJune McEnroe 2019-12-21Convert CRLF to LFJune McEnroe 2019-12-21Implement -CFSTJune McEnroe 2019-12-21Rewrite aspirational manualJune McEnroe 2019-12-21Null-terminate read literalsJune McEnroe