<?php
include 'header.php';
echo '<h1 class="title">Menu Contact</h1>
<p>Ini adalah halaman menu Contact</p>';
include 'footer.php';
?>