instances_en.php 609 B

123456789101112131415161718
  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. <p>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>
  14. <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>
  15. </section>
  16. </div>
  17. </div>
  18. </body>