Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
</head>
|
12 |
<body>
|
13 |
<h1>Live Video Feed</h1>
|
14 |
-
|
|
|
15 |
</body>
|
16 |
</html>
|
|
|
11 |
</head>
|
12 |
<body>
|
13 |
<h1>Live Video Feed</h1>
|
14 |
+
<img src="/video" alt="Live Video Stream" style="width: 100%; max-width: 800px; height: auto;">
|
15 |
+
|
16 |
</body>
|
17 |
</html>
|