addressbook/templates/index.html.php

7 lines
103 B
PHP

<?php include '_header.html.php' ?>
<br>
Welcome to Address Book
<?php include '_footer.html.php' ?>