9 lines
207 B
PHP
9 lines
207 B
PHP
|
<?php
|
||
|
echo '<div style="position: absolute; bottom: 3px; width: 100%;
|
||
|
text-align: center; height: 30px; background: black; color: white;">
|
||
|
Készítette: Fölker Csaba (c)2024.
|
||
|
</div>';
|
||
|
|
||
|
|
||
|
?>
|