github.com/SupersunnySea/draft@v0.16.0/examples/example-php/index.php (about) 1 <?php 2 3 print "Hello World, I'm a PHP app!\n"; 4 print "This was deployed using Draft!"; 5 6 ?>