<!DOCTYPE html>
<html>
<body>
<?php
// Outputs a welcome message:
echo "Welcome Home!";
?>
</body>
</html>