mastodon_algorithm_frontend/index.php

6 lines
297 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>
<br><br><a href="suggestions.php">Go to your suggestions</a>
<?php $script = 'js/index.js'; require("template/footer.php")?>