1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-02 16:12:39 +00:00
hacktoberfest-2018/code/lukeoliff.php
2018-09-13 13:25:13 +01:00

11 lines
165 B
PHP

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