catie/webRTC-test/index.html

15 lines
370 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WebRTC Video Preview</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>WebRTC Video Stream</h1>
<video id="video" autoplay playsinline></video>
<script src="script.js"></script>
</body>
</html>