rautafarmi/templates/footer.php
2022-09-11 19:01:14 +03:00

10 lines
218 B
PHP

<hr/>
<div class="text-center">
<p>made with love, php, blood, sweat, and tears. lots of tears.</p>
<p><?php system("uptime -p") ?></p>
<p>(c) donut.gq and contributors 2022</p>
</div>
</body>
</html>