diff options
author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 03:23:21 -0600 |
---|---|---|
committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 03:23:21 -0600 |
commit | ca8da6d98c6139d55b9ff9c313f0fe0fc1c2819a (patch) | |
tree | d51e7bac40972d6fab385e57cc13322df8d11925 | |
parent | d4ae163fdaf3478687f1b75e18dd053da08d92de (diff) | |
download | tilde.club-ca8da6d98c6139d55b9ff9c313f0fe0fc1c2819a.tar.gz tilde.club-ca8da6d98c6139d55b9ff9c313f0fe0fc1c2819a.zip |
wording
-rw-r--r-- | html/public/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/html/public/index.php b/html/public/index.php index 7f512fe..8738bce 100644 --- a/html/public/index.php +++ b/html/public/index.php @@ -4,12 +4,12 @@ $content = ' <img src="/~simponic/img/penguin.gif" alt="a penguin" style="width: 200px; height: 200px;"/> -<p><em>this is a penguin</em></p> +<p><em>this is a penguin. probably had a bit too much coffee.</em></p> <p>here you can:</p> <ul> - <li>vote on your favorite <a href="/~simponic/fruitvote">fruit</a></li> + <li>vote on your favorite <a href="/~simponic/fruitvote">fruit</a> (WIP)</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> @@ -28,7 +28,7 @@ here are some stuffs i like: <li>compilers, languages, distributed systems</li> <li>emacs</li> <li>math</li> - <li>boys (and girls) 🏳️🌈</li> + <li>being bicycle 🏳️🌈</li> <li>gruvbox & catpuccin</li> </ul> </p> @@ -37,7 +37,7 @@ here are some stuffs i like: here are some stuffs i don\'t like: <ul> <li>bugs (hahahaha)</li> - <li>capitalism, expensive healthcare, yadayada</li> + <li>capitalism, expensive healthcare, lead in water, yadayada</li> <li>mmmm i can\'t think of more</li> </ul> </p> |