MastodonHelp/web/instances_fr.php

21 lines
463 B
PHP
Raw Normal View History

2020-03-03 15:19:22 +01:00
<body>
<nav>
<div id="hmenu">
<ul>
<?php echo($menuout); ?>
</ul>
</div>
</nav>
<div class="scrwide">
<div class="scrwidein">
2020-10-13 08:21:26 +02:00
<section class="sectcontm">
2020-03-03 15:19:22 +01:00
<h3>Instances</h3>
2020-10-13 08:21:26 +02:00
<?php require('custard.php'); ?>
2020-03-03 15:19:22 +01:00
</section>
</div>
</div>
2020-04-13 18:43:00 +02:00
<div class="transrfh">
This translation from english language needs some revisions and additions, please click <a href="https://pad.cisti.org/p/MastostartTransRevEnFr" target="_blank">here</a> if youd like to help
</div>
2020-03-03 15:19:22 +01:00
</body>