moodblog/api/index.php

14 lines
371 B
PHP
Raw Normal View History

2022-11-26 08:36:14 +00:00
<?php include('../templates/header.php'); ?>
<div class='window'>
<div class='window-bar'>
<span>moodblog API</span>
</div>
<div class='window-content'>
<ul>
2022-11-26 08:40:46 +00:00
<li><a href="shields-posts.php">shields.io posts endpoint</a></li>
<li><a href="shields-mood.php">shields.io mood endpoint</a></li>
2022-11-26 08:36:14 +00:00
</ul>
</div>
</div>
<?php include('../templates/footer.php'); ?>