diff options
-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> |