File size: 119 Bytes
1fb5423
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
    <body>
        <?php
            echo "My first PHP script!";
        ?>
    </body>
</html>