This commit is contained in:
2026-02-24 16:46:13 -06:00
parent bdb19750f0
commit a05c7b5b31

View File

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