Files
website/snippet/footer.php
2026-02-24 16:43:51 -06:00

7 lines
77 B
PHP

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