updated footer

This commit is contained in:
2026-02-24 16:45:17 -06:00
parent 43aa4e203f
commit bdb19750f0

View File

@@ -1,6 +1,6 @@
<footer> <footer>
<?php <?php
$time = time(); $time = time();
echo "<span>$time</span>"; echo "<span>The time is: $time</span>";
?> ?>
</footer> </footer>