diff --git a/index.html b/index.html index 290608d..6c02819 100644 --- a/index.html +++ b/index.html @@ -112,6 +112,20 @@ background: rgba(0, 0, 0, 0.5); z-index: 999; } + + #bluetooth-scanner-ui { + position: absolute; + top: 10px; + right: 10px; + display: none; + } + + .scanner-display { + background: rgba(0, 0, 0, 0.8); + color: white; + padding: 10px; + font-family: sans-serif; + } @@ -120,7 +134,13 @@
Loading...
- + +
+
+ Bluetooth Scanner Active +
+
+ \ No newline at end of file