initial commit

This commit is contained in:
tracer 2022-10-23 19:13:39 +02:00
parent 18a754add7
commit 2cd75e4694
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?php include dirname(path: __DIR__) . '/_header.html.php'; ?>
<h1>Address Book - Admin</h1>
<a href="/admin/users">👱Users</a>
<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>