awesome-compose/nginx-php-mysql/backend/index.php
Joseph Barreca 4c0bdea11a nit: Missing empty line in the EOF
Signed-off-by: Joseph Barreca <jbarrec.tech@gmail.com>
2021-04-07 19:44:10 -04:00

4 lines
50 B
PHP

<?php
echo '<h1>hello world in php!</h1>';
?>