This commit is contained in:
2026-02-24 16:48:57 -06:00
parent a05c7b5b31
commit 3c7c880817

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>