Rev 26 | Rev 37 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
<?php
include_once( 'header.php' );
?>
<?php
// include_once('menu.php');
?>
<p>Home Page</p>
<?php
include_once( 'footer.php' );
?>