id/footer.php

5 lines
210 B
PHP
Raw Normal View History

2023-10-31 18:43:21 +00:00
<footer>
2023-11-19 12:24:38 +00:00
&COPY; ByeCorps <?php echo(date("Y")); ?> <a href="/credits">Credits</a>
2024-06-28 19:30:11 +01:00
<br>
<b>Execution time: </b> <?= round((microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']) * 1000, 3) ?> ms
2023-10-31 18:43:21 +00:00
</footer>