Update index.php

This commit is contained in:
Julimiro 2024-07-15 14:25:40 -04:00
parent f6d71b6c27
commit 3d6735cc31

View file

@ -1,3 +1,11 @@
<?php
function calculate_elapsed_years($start_date)
{
$difference = time() - strtotime($start_date);
return floor($difference / (365 * 24 * 60 * 60));
}
$date = calculate_elapsed_years("2009-08-29");
?>
<!DOCTYPE html>
<html>
<head>
@ -17,7 +25,7 @@
<span id="prompt_name">juli@meowcity</span>:<span id="path">~/about_me$</span> cat README.md<br>
<br>
Hi! <br>
I am Juli a Finnish furry from '09(thats 14 years old). I go by Juli or Julimiro, my preferred pronouns are he/him but any are fine tbh.<br>
I am Juli a pan Finnish furry of some gender(i dont know) from '09(thats <?php echo $date?> years old). I go by Juli or Julimiro, any pronouns are fine.<br>
<br>
&lt;<a target="_blank" href="https://julimiro.eu">https://julimiro.eu</a>&gt;<br>
&lt;<a target="_blank" href="https://eepykitty.lol/@juli">https://eepykitty.lol/@juli</a>&gt;<br>