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