<!DOCTYPE html>
<html>
<body>

<?php
$str = "Hello world!";
print $str;
?>


</body>
</html>