<?php
$websiteContent
=
"<h1>This is the welcome page!</h1>"
;
echo
$websiteContent
;
?>