Files
public
src
templates
admin
security
status
_footer.tpl
_header.html.php
_header.tpl
index.html.php
index.tpl
.gitinore
LICENSE
README.md
config.json.sample
addressbook/templates/index.html.php
2022-10-24 18:40:37 +02:00

7 lines
103 B
PHP

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