Merge pull request #319 from vakeeshanvictor/patch-3

Create hello.php
This commit is contained in:
Luke Oliff 2018-10-08 08:56:46 -07:00 committed by GitHub
commit 287215f66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
vakeeshanvictor.php Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<body>
<h1>My first PHP page</h1>
<?php
echo "Hello World!";
?>
</body>
</html>