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
7 lines
103 B
PHP
7 lines
103 B
PHP
<?php include '_header.html.php' ?>
|
|
|
|
<br>
|
|
Welcome to Address Book
|
|
|
|
<?php include '_footer.html.php' ?>
|