MastodonHelp/web/instances_ca.php
pezcurrel bb2d678e90 ...
2020-10-13 08:21:26 +02:00

20 lines
465 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<body>
<nav>
<div id="hmenu">
<ul>
<?php echo($menuout); ?>
</ul>
</div>
</nav>
<div class="scrwide">
<div class="scrwidein">
<section class="sectcontm">
<h3>Instàncies</h3>
<?php require('custard.php'); ?>
</section>
</div>
</div>
<div class="transrfh">
This translation from english language needs some revisions and additions, please click <a href="https://pad.cisti.org/p/MastostartTransRevEnCa" target="_blank">here</a> if youd like to help
</div>
</body>