diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:42:08 -0700 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-09 21:42:08 -0700 |
commit | b30d8da939eb3310bdbe19b685fba867e62f7610 (patch) | |
tree | d8cc914313b3bef3f1c29935ceb8c5e080756467 /html/public/index.php | |
parent | d2e27afdace9850bdc2dfcb3eaa9d07529021772 (diff) | |
download | tilde.club-b30d8da939eb3310bdbe19b685fba867e62f7610.tar.gz tilde.club-b30d8da939eb3310bdbe19b685fba867e62f7610.zip |
absolute html paths
Diffstat (limited to 'html/public/index.php')
-rw-r--r-- | html/public/index.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/html/public/index.php b/html/public/index.php index 004a131..7f512fe 100644 --- a/html/public/index.php +++ b/html/public/index.php @@ -3,17 +3,17 @@ $content = ' <p>you are at my <a href="https://tilde.club">tilde.club</a> page right now! hi!</p> -<img src="/img/penguin.gif" alt="a penguin" style="width: 200px; height: 200px;"/> +<img src="/~simponic/img/penguin.gif" alt="a penguin" style="width: 200px; height: 200px;"/> <p><em>this is a penguin</em></p> <p>here you can:</p> <ul> - <li>vote on your favorite <a href="/fruit">fruit</a></li> - <li>play <a href="/the-abstraction-engine">the abstraction engine</a> (WIP)</li> - <li>play <a href="/euler-golf">euler golf 2</a></li> - <li>program a <a href="/turing-machine">turing machine</a></li> - <li>mess with <a href="/godel-explorer">godel numbers</a></li> + <li>vote on your favorite <a href="/~simponic/fruitvote">fruit</a></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> + <li>mess with <a href="/~simponic/godel">godel numbers</a></li> <li>more to come?</li> </ul> |