1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 15:28:06 +02:00

using header 1 for hello world

Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
kouul 2020-04-05 14:43:48 +04:00
parent fefbbf6704
commit ff08876844

View file

@ -1,3 +1,3 @@
<?php
echo'Hello World!';
?>
<?php
echo '<h1>Hello World!</h1>';
?>