Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -22,13 +22,14 @@
|
|
22 |
<div id="responseTime" class="text-gray-600 mb-6 text-center">Latency: 0ms</div>
|
23 |
|
24 |
<!-- Webcam Integration -->
|
25 |
-
<div class="mt-8">
|
26 |
<h2 class="text-xl font-semibold text-gray-700 mb-2">Webcam Feed</h2>
|
27 |
<video id="webcam" autoplay playsinline class="w-full max-w-md rounded-lg shadow"></video>
|
28 |
</div>
|
|
|
29 |
|
30 |
<!-- Indicators -->
|
31 |
-
<div class="flex justify-center space-x-8 mb-6">
|
32 |
<!-- User Indicator -->
|
33 |
<div id="userIndicator" class="flex items-center bg-blue-500 text-white px-4 py-2 rounded-full space-x-2">
|
34 |
<!-- User Icon -->
|
|
|
22 |
<div id="responseTime" class="text-gray-600 mb-6 text-center">Latency: 0ms</div>
|
23 |
|
24 |
<!-- Webcam Integration -->
|
25 |
+
<center><div class="mt-8">
|
26 |
<h2 class="text-xl font-semibold text-gray-700 mb-2">Webcam Feed</h2>
|
27 |
<video id="webcam" autoplay playsinline class="w-full max-w-md rounded-lg shadow"></video>
|
28 |
</div>
|
29 |
+
</center>
|
30 |
|
31 |
<!-- Indicators -->
|
32 |
+
<div class="flex justify-center space-x-8 mb-6" style="margin-top: 30px;">
|
33 |
<!-- User Indicator -->
|
34 |
<div id="userIndicator" class="flex items-center bg-blue-500 text-white px-4 py-2 rounded-full space-x-2">
|
35 |
<!-- User Icon -->
|