<html>
<head>
<title>Simple Web Server Test</title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>
