instances_fr.php 656 B

12345678910111213141516171819
  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. <h3>Instances</h3>
  13. <!-- Needs translation -->
  14. <p>{Needs translation} Here you will be able to browse through our list of Instances, a selection including only those which have between a minimum of 11 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. </body>