mastodon_algorithm_frontend/index.php

6 lines
297 B
PHP
Raw Permalink Normal View History

2022-11-29 21:30:09 +00:00
<?php require("template/header.html")?>
2022-11-30 20:46:02 +00:00
You are connected to Mastodon as <b><span class='mastodon_user'></span></b> on server <b><span class="mastodon_server"></span></b>
2022-11-29 21:30:09 +00:00
2022-12-19 23:21:09 +00:00
<br><br><a href="suggestions.php">Go to your suggestions</a>
2022-11-29 21:30:09 +00:00
<?php $script = 'js/index.js'; require("template/footer.php")?>