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