index.html

This commit is contained in:
John Varghese
2025-06-04 00:52:02 +05:30
committed by GitHub
parent 809d62997c
commit a20a19307f

View File

@@ -35,7 +35,9 @@
</nav>
<section id="panel-live" class="panel">
<h2>Live Preview</h2>
<img id="preview" class="video-preview" src="/stream" alt="Live Stream">
<div class="stream-container">
<img id="preview" class="video-preview" src="/stream" alt="Live Stream">
</div>
<div>
<button class="btn" onclick="snapshot()">Snapshot</button>
</div>