chat.html 495 B

12345678910111213
  1. <script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script>
  2. <link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">
  3. <div id="comment-section"></div>
  4. <script>
  5. window.onload = () => initComments({
  6. node: document.getElementById("comment-section"),
  7. defaultHomeserverUrl: "https://matrix.cactus.chat:8448",
  8. serverName: "cactus.chat",
  9. siteName: "far.chickenkiller.com",
  10. commentSectionId: "{{ index .Params 0 }}"
  11. })
  12. </script>