addressbook/templates/index.html.php

10 lines
143 B
PHP
Raw Normal View History

2022-10-24 18:40:37 +02:00
<?php include '_header.html.php' ?>
<br>
Welcome to Address Book
2022-10-24 20:29:34 +02:00
Your addresses wil be listed soon
2022-10-24 18:40:37 +02:00
<?php include '_footer.html.php' ?>