Dashboard Temp Share Shortlinks Frames API

karbonsites - HTMLify profile

files of /karbonsites/contactusinedu/p2p-chat--forked-/

about.html /karbonsites/contactusinedu/p2p-chat--forked-/about.html
29 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
index.html /karbonsites/contactusinedu/p2p-chat--forked-/index.html
31 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<title>P2P Chat Online</title>
<link rel="stylesheet" href="style.css">
<scr
script.js /karbonsites/contactusinedu/p2p-chat--forked-/script.js
23 Views
0 Comments
let peer;
let connection = null;
const myIdElement = document.getElementById('my-id');
const statusElement = document.getElement
style.css /karbonsites/contactusinedu/p2p-chat--forked-/style.css
24 Views
0 Comments
body {
font-family: 'Inter', sans-serif;
background-color: #f3f4f6;
margin: 0;
padding: 0;
}

#chat-log {