API landing page

This commit is contained in:
emilyd 2022-11-26 10:36:14 +02:00
parent 00fdce204e
commit c445b988e8

12
api/index.php Normal file
View File

@ -0,0 +1,12 @@
<?php include('../templates/header.php'); ?>
<div class='window'>
<div class='window-bar'>
<span>moodblog API</span>
</div>
<div class='window-content'>
<ul>
<li><a href="shields-posts.php">shields posts endpoint</a></li>
</ul>
</div>
</div>
<?php include('../templates/footer.php'); ?>