diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 03:37:58 -0600 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 03:37:58 -0600 |
commit | 5a85dd89bc82d8fc133c0e9a58859ae9b98dbe0f (patch) | |
tree | dc51f94d495f4cd9b776814664dcefa63fd04b40 | |
parent | 757083dc86cc4e9a6fe71f44a650341587eaa520 (diff) | |
download | tilde.club-5a85dd89bc82d8fc133c0e9a58859ae9b98dbe0f.tar.gz tilde.club-5a85dd89bc82d8fc133c0e9a58859ae9b98dbe0f.zip |
wording pt 2
-rw-r--r-- | html/public/index.php | 2 | ||||
-rw-r--r-- | html/public/template.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/html/public/index.php b/html/public/index.php index 83a72cb..bce09f5 100644 --- a/html/public/index.php +++ b/html/public/index.php @@ -9,7 +9,7 @@ $content = ' <p>here you can:</p> <ul> - <li>vote on your favorite <a href="/~simponic/fruitvote">fruit</a> (WIP)</li> + <li>vote on your favorite <a href="/~simponic/fruitvote">fruit</a> (WIP; had to do a sneaky on the tilde.club server to get Go running)</li> <li>play <a href="/~simponic/the-abstraction-engine">the abstraction engine</a> (WIP)</li> <li>play <a href="/~simponic/euler-golf">euler golf 2</a></li> <li>program a <a href="/~simponic/turing-machine">turing machine</a></li> diff --git a/html/public/template.html b/html/public/template.html index 99b75a8..32b78a9 100644 --- a/html/public/template.html +++ b/html/public/template.html @@ -33,6 +33,6 @@ <li style="display:inline; margin-right: 20px; margin-left: 0px;"><a href="http://tilde.club/~harper/link.html?action=random">random tilde.club page</a></li> </ul> <br /> - <a href="https://tilde.club"><img src="http://tilde.club/~harper/webring.png" border="0" usemap="#notepad.map"></a> + <a href="http://tilde.club/~harper/link.html?action=random"><img src="http://tilde.club/~harper/webring.png" border="0" usemap="#notepad.map"></a> </body> </html> |