This commit is contained in:
Luke Oliff
2018-09-13 13:25:13 +01:00
parent 0610d02da9
commit f2d6f20830
3 changed files with 20 additions and 0 deletions

11
code/lukeoliff.php Normal file
View File

@@ -0,0 +1,11 @@
<!--
http://php.net/manual/en/tutorial.firstpage.php
-->
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>