12 lines
No EOL
455 B
HTML
12 lines
No EOL
455 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://planetexpress.me",
|
|
serverName: "planetexpress.me",
|
|
siteName: "ch0ccyra1n.gitlab.io",
|
|
commentSectionId: "{{ index .Params 0 }}"
|
|
})
|
|
</script> |