awesome-compose/apache-php/app/index.php
kouul ff08876844 using header 1 for hello world
Signed-off-by: kouul <maulloohans@gmail.com>
2020-04-06 19:41:03 +04:00

3 lines
45 B
PHP

<?php
echo '<h1>Hello World!</h1>';
?>