Sparrow is a libre front-end forum software powered by the Matrix protocol and using a Matrix homeserver as its back-end

index.html 274B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Sparrow</title>
  6. <script src="lib/browser-matrix.min.js" charset="utf-8"></script>
  7. </head>
  8. <body>
  9. <p>List of topics:</p>
  10. <ul id="topics"></ul>
  11. </body>
  12. </html>