hacktoberfest-2018/code/lukeoliff.php

11 lines
165 B
PHP
Raw Normal View History

2018-09-13 12:25:13 +00:00
<!--
http://php.net/manual/en/tutorial.firstpage.php
-->
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<p>Hello World</p>'; ?>
</body>
</html>