<!DOCTYPE html>
<html>
<head>
<title>WebRTC Video Stream</title>
</head>
<body>
<h1>WebRTC Video Stream</h1>
<video id="video" playsinline autoplay muted></video>
<br>
<button id="start-camera">Start Camera</button>
<button id="start-screen">Share Screen</button>
<script src="/client.js"></script>
<div id="response"></div>
</body>
</html>