Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -1
index.html
CHANGED
@@ -98,13 +98,16 @@
|
|
98 |
<div class="inline-block bg-white bg-opacity-20 rounded-full p-4 mb-4">
|
99 |
<i class="fas fa-glasses text-4xl"></i>
|
100 |
</div>
|
101 |
-
<p>Enable Bluetooth and select your device
|
102 |
</div>
|
103 |
<button id="pairBtn" class="w-full bg-white text-indigo-900 py-3 rounded-lg font-bold flex items-center justify-center hover:bg-gray-200">
|
104 |
<i class="fas fa-link mr-2"></i> Find and Pair Device
|
105 |
</button>
|
106 |
</div>
|
107 |
</div>
|
|
|
|
|
|
|
108 |
<script src="main.js" defer></script>
|
109 |
</body>
|
110 |
</div>
|
|
|
98 |
<div class="inline-block bg-white bg-opacity-20 rounded-full p-4 mb-4">
|
99 |
<i class="fas fa-glasses text-4xl"></i>
|
100 |
</div>
|
101 |
+
<p>Enable Bluetooth and select your device for hands-free AR navigation.</p>
|
102 |
</div>
|
103 |
<button id="pairBtn" class="w-full bg-white text-indigo-900 py-3 rounded-lg font-bold flex items-center justify-center hover:bg-gray-200">
|
104 |
<i class="fas fa-link mr-2"></i> Find and Pair Device
|
105 |
</button>
|
106 |
</div>
|
107 |
</div>
|
108 |
+
<script src="main.js" defer></script>
|
109 |
+
</body>
|
110 |
+
</div>
|
111 |
<script src="main.js" defer></script>
|
112 |
</body>
|
113 |
</div>
|