MastodonHelp/web/site/instances_es.php

21 lines
427 B
PHP
Raw Normal View History

2020-04-11 06:56:24 +02:00
<body>
<nav>
<div id="hmenu">
<ul>
<?php echo($menuout); ?>
</ul>
</div>
</nav>
2020-10-14 19:18:17 +02:00
<div id="bmenu"></div>
2020-04-11 06:56:24 +02:00
<div class="scrwide">
<div class="scrwidein">
2020-10-13 08:21:26 +02:00
<section class="sectcontm">
<?php require('custard.php'); ?>
2020-04-11 06:56:24 +02:00
</section>
</div>
</div>
2020-04-13 18:43:00 +02:00
<div class="transrfh">
2020-10-23 19:00:43 +02:00
Translation of search engine text to spanish language is missing, please click <a href="/translate.html" target="_blank">here</a> if youd like to help
2020-04-13 18:43:00 +02:00
</div>
2020-04-11 06:56:24 +02:00
</body>