Easter Egg Page

Dear Maddie,


You can check the JavaScript datestamp from the code C0P1 made for me :-) ...


<script>
  const modified = new Date(document.lastModified);

  const datePart =
    modified.getDate().toString().padStart(2, '0') + "/" +
    (modified.getMonth() + 1).toString().padStart(2, '0') + "/" +
    modified.getFullYear();

  const timePart =
    modified.getHours().toString().padStart(2, '0') + ":" +
    modified.getMinutes().toString().padStart(2, '0') + ":" +
    modified.getSeconds().toString().padStart(2, '0');

  document.getElementById("createdStamp").textContent =
    "I created this Easter Egg page on " + datePart + " at " + timePart + ".";
</script>

On 13/12/2025, give or take a day, I heard a voice say 'They will win!'. Since then, I believed it and, if you see this now, it was proven to be right and to be of Him who looks after us.

Congratulations RoboCup Junior Internationals champion. You truly deserve this given your unwavering effort in the face of so much adversity.


I love you very much and I am so proud of you,

Daddy.