instances_fr.php 861 B

1234567891011121314151617181920212223
  1. <body>
  2. <nav>
  3. <div id="hmenu">
  4. <ul>
  5. <?php echo($menuout); ?>
  6. </ul>
  7. </div>
  8. </nav>
  9. <div class="scrwide">
  10. <div class="scrwidein">
  11. <section class="sectcont">
  12. <!-- needs translation -->
  13. <h3>Instances</h3>
  14. <p>Here you will be able to browse through our list of Instances, a selection including only those which have between a minimum of 10 and a maximum of 30,000 users and, as far as we currently know, do not spread hate content.</p>
  15. <p>In the meantime, have a look at this <a href="https://gitlab.com/distributopia/masto-world-overview/blob/master/README.MD">good thematic selection</a> made by others.</p>
  16. </section>
  17. </div>
  18. </div>
  19. <div class="transrfh">
  20. 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 you’d like to help
  21. </div>
  22. </body>