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

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>