tornfarm/Legacy/Torn Farm GUI - PHP and MySQL/functions_header.php
Carlos Sousa e13a66daae poc1.0
2021-08-07 13:24:19 +02:00

9 lines
230 B
PHP

<?php
function func_create_header(){
echo "<header>";
echo "<title>Torn Player Database & Indexer</title>";
echo "<meta name='viewport' content='width=device-width, initial-scale=1.0'>";
echo "</header>";
}
?>