This commit is contained in:
mileswa1q22
2024-12-10 19:51:56 +00:00
committed by GitHub
parent 2ff33c7fd3
commit 28712755ab
2 changed files with 40 additions and 12 deletions
+37 -12
View File
@@ -5,18 +5,43 @@
<li>pokemon emreled</li> <li>pokemon emreled</li>
<li>all the old games</li> <li>all the old games</li>
</ul> </ul>
<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"> The widget follows "system" settings for light/dark mode
<div id="comment-section"></div> by default, but you can manually select "light" or "dark"
<script> mode for a consistent display
initComments({ -->
node: document.getElementById("comment-section"), <div
defaultHomeserverUrl: "https://matrix.cactus.chat:8448", data-chirpy-theme="system"
serverName: "cactus.chat", data-chirpy-comment="true"
siteName: "<fun-miles>", id="chirpy-comment"
commentSectionId: "section1" ></div>
}) <body>
</script> <!--
The widget follows "system" settings for light/dark mode
by default, but you can manually select "light" or "dark"
mode for a consistent display
-->
<div
data-chirpy-theme="system"
data-chirpy-comment="true"
id="chirpy-comment"
></div>
<script defer src="https://chirpy.dev/bootstrapper.js" data-chirpy-domain="fun-miles-4jub.onrender.com"></script>
<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: "<fun-miles>",
commentSectionId: "section1"
})
</script>
</body>
</body> </body>
</html> </html>
+3
View File
@@ -17,4 +17,7 @@
<a href="/gametoadd.html">game i will add soon</a> <a href="/gametoadd.html">game i will add soon</a>
<p>2.42.12</p> <p>2.42.12</p>
</head> </head>
<body>
<script defer src="https://chirpy.dev/bootstrapper.js" data-chirpy-domain="fun-miles-4jub.onrender.com"></script>
</body>
</html> </html>