Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +4 -3
templates/index.html
CHANGED
@@ -126,7 +126,10 @@
|
|
126 |
|
127 |
<video id="video" style="display: none;"></video>
|
128 |
<canvas id="canvas" style="display: none;"></canvas>
|
129 |
-
|
|
|
|
|
|
|
130 |
<script>
|
131 |
const socket = io();
|
132 |
const video = document.getElementById('video');
|
@@ -145,8 +148,6 @@
|
|
145 |
});
|
146 |
});
|
147 |
</script>
|
148 |
-
</body>
|
149 |
-
|
150 |
|
151 |
|
152 |
</html>
|
|
|
126 |
|
127 |
<video id="video" style="display: none;"></video>
|
128 |
<canvas id="canvas" style="display: none;"></canvas>
|
129 |
+
|
130 |
+
</body>
|
131 |
+
|
132 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.1.3/socket.io.js"></script>
|
133 |
<script>
|
134 |
const socket = io();
|
135 |
const video = document.getElementById('video');
|
|
|
148 |
});
|
149 |
});
|
150 |
</script>
|
|
|
|
|
151 |
|
152 |
|
153 |
</html>
|