Backend/20240916/footer.php

5 lines
196 B
PHP
Raw Permalink Normal View History

2024-09-16 12:34:11 +00:00
<?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>';
?>