This commit is contained in:
2026-02-24 07:39:08 +01:00
parent 9f10e36582
commit 5a029c8cff
3 changed files with 4 additions and 8 deletions

View File

@@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Screenshare - Viewer</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
</head>
<body>
<div class="viewer-container">
@@ -15,7 +14,6 @@
<span class="dot pulse"></span>
<span>Connecting to Broadcaster</span>
</div>
<p style="margin-top:20px; font-size: 0.9rem; color: var(--text-secondary);">Click anywhere to enable audio once connected</p>
</div>
<video id="remoteVideo" autoplay playsinline controls muted></video>
</div>