MastodonHelp/web/site/instances_es.php
pezcurrel 371e4c9a2e ...
2020-10-22 17:54:05 +02:00

22 lines
476 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 id="bmenu"></div>
<div class="scrwide">
<div class="scrwidein">
<section class="sectcontm">
<?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/MastostartTransRevEnEs" target="_blank">here</a> if youd like to help
</div>
-->
</body>