archie-shades-of-purple/layouts/partials/chat.html
2024-08-25 11:30:44 +02:00

12 lines
445 B
HTML

<script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script>
<link rel="stylesheet" href="https://latest.cactus.chat/style.css" type="text/css">
<div id="comment-section"></div>
<script>
initComments({
node: document.getElementById("comment-section"),
defaultHomeserverUrl: "https://matrix.cactus.chat:8448",
serverName: "cactus.chat",
siteName: "4o1x5dev",
commentSectionId: "{{ index .Params 0 }}"
})
</script>