CYBERCHAT

// EMBED EXAMPLE — DROP INTO ANY PAGE

▸ LIVE EMBED (580px height, full width)
<!-- 1. Google Fonts (optional but recommended) --> <link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Rajdhani:wght@400;600;700&family=Orbitron:wght@700;900&display=swap" rel="stylesheet"> <!-- 2. CyberChat stylesheet --> <link rel="stylesheet" href="assets/css/cyberchat.css"> <!-- 3. Container with any dimensions --> <div id="my-chat" style="width:100%; height:600px"></div> <!-- 4. Script + init --> <script src="assets/js/cyberchat-v4.js"></script> <script> window.CYBERCHAT_BASE = '/path/to/cyberchat'; // adjust to your install path CyberChat.init('#my-chat'); </script>