5 lines
196 B
PHP
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>';
|
||
|
?>
|