mastodon_algorithm_frontend/suggestions.php

7 lines
326 B
PHP

<?php require("template/header.html")?>
You are connected to Mastodon as <b><span class='mastodon_user'></span></b> on server <b><span class="mastodon_server"></span></b>
<h4>Your suggestions</h4>
<span id="suggestions">You have no suggestions yet</span>
<?php $script = 'js/suggestions.js'; require("template/footer.php")?>