Rename hello.php to vakeeshanvictor.php

This commit is contained in:
Luke Oliff
2018-10-08 16:56:32 +01:00
committed by GitHub
parent 7334f34bad
commit eed24903fa

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>