This commit is contained in:
Juli 2024-07-01 18:07:40 +00:00
parent 11642080dc
commit 596b32385c
3 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
<?php
$cars = array("https://api.tinyfox.dev/img?animal=fox","https://api.tinyfox.dev/img?animal=manul","https://api.tinyfox.dev/img?animal=serval","https://api.tinyfox.dev/img?animal=shiba","https://api.tinyfox.dev/img?animal=racc","https://api.tinyfox.dev/img?animal=dook","https://api.tinyfox.dev/img?animal=ott","https://api.tinyfox.dev/img?animal=woof","https://api.tinyfox.dev/img?animal=caracal","https://api.tinyfox.dev/img?animal=marten","https://api.tinyfox.dev/img?animal=wah");
$animal_url = $cars[rand(0,count($cars))];
$animal_url = $cars[rand(0,count($cars)-1)];
function calculate_elapsed_years($start_date)
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B

View file

@ -17,6 +17,7 @@
<a target="_blank" href="https://www.linux.org/"><img src="/static/buttons/powered_linux.gif"></a>
<a href='javascript:alert("Got ideas where I should point this to?")'><img src="/static/buttons/transrights.gif"></a>
<a href='javascript:alert("Got ideas where I should point this to?")'><img src="/static/buttons/gayweb.gif"></a>
<a href='javascript:alert("Got ideas where I should point this to?")'><img src="/static/buttons/boykisser.gif"></a>
<!-- <a target="_blank" href="https://ubuntu.com/"><img src="/static/buttons/ubuntu.gif"></a> -->
</div>
</div>