Spaces:
Sleeping
Sleeping
File size: 480 Bytes
9f76838 b3c4b8c 0135475 d08eaec 9f76838 d08eaec 978f510 d08eaec |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LIVE STREAMING</title>
<style>
a {
font-size: 30px;
}
</style>
</head>
<body>
<video id="remoteVideo" autoplay></video>
<a href="{{ url_for('video_feed') }}" target="_self">Link to Video Feed</a>
<script src="{{ url_for('static', filename='main.js') }}"></script>
</body>
</html> |