mastodon_algorithm_frontend/index.php

4 lines
235 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>
<?php $script = 'js/index.js'; require("template/footer.php")?>