Rename vakeeshanvictor.php to code/vakeeshanvictor.php

This commit is contained in:
Luke Oliff
2018-10-08 17:19:43 +01:00
committed by GitHub
parent d852dd96f7
commit 7652717fc4

12
code/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>