mastodon_algorithm_frontend/suggestions.php

7 lines
326 B
PHP
Raw Normal View History

2022-12-19 23:21:09 +00:00
<?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")?>