Files
website/snippet/footer.php
2026-02-24 16:48:57 -06:00

7 lines
90 B
PHP

<footer>
<?php
$time = time();
echo "<span>The time is: $time</span>";
?>
</footer>