Files
website/snippet/footer.php
2026-02-24 16:46:13 -06:00

7 lines
90 B
PHP

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