Update scan_barcode.html

This commit is contained in:
2025-08-07 20:49:31 +02:00
parent e3119a69fc
commit 4a480eeee3

View File

@@ -14,6 +14,12 @@
muted></video>
</div>
<!-- Start/Stop buttons -->
<div class="d-flex justify-content-center gap-3 mb-4">
<button id="startButton" class="btn btn-primary px-4">Start Scanning</button>
<button id="stopButton" class="btn btn-danger px-4">Stop</button>
</div>
<!-- Search box and suggestions -->
<div class="d-flex justify-content-center mt-4">
<div class="w-100 position-relative" style="max-width: 500px;">