Backend/20240916/footer.php
szabomarton dc5ff7ddad asd
2024-09-16 14:34:11 +02:00

5 lines
196 B
PHP

<?php
echo '<div style="position: absolute; bottom: 3px;width: 100%;text-align: center; height: 30px; background: black; color: white;">
Készítette Szabó Márton (c)2024
</div>';
?>