Merge pull request #466 from Vipas-ana/patch-1

Update index.html
This commit is contained in:
Alex X
2023-06-16 15:14:28 +03:00
committed by GitHub
+3 -3
View File
@@ -70,7 +70,7 @@
<label><input type="checkbox" name="mp4" checked>mp4</label>
<label><input type="checkbox" name="mjpeg" checked>mjpeg</label>
</div>
<table id="streams">
<table>
<thead>
<tr>
<th><input id="selectall" type="checkbox">Name</th>
@@ -78,7 +78,7 @@
<th>Commands</th>
</tr>
</thead>
<tbody>
<tbody id="streams">
</tbody>
</table>
<script>
@@ -155,4 +155,4 @@
reload();
</script>
</body>
</html>
</html>