Update index.html
This commit is contained in:
parent
f30f5fddf1
commit
f85b1182c4
|
@ -96,10 +96,9 @@
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- <div id="bluetoothBtn" class="icon-button" data-i18n-key="header.bluetooth" data-i18n-attrs="title">
|
||||||
<div id="bluetoothBtn" class="icon-button" data-i18n-key="header.bluetooth" data-i18n-attrs="title">
|
|
||||||
<i class="fa-brands fa-bluetooth-b icon" style="font-size: 24px;"></i>
|
<i class="fa-brands fa-bluetooth-b icon" style="font-size: 24px;"></i>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<div id="pair-device" class="icon-button" data-i18n-key="header.pair-device" data-i18n-attrs="title">
|
<div id="pair-device" class="icon-button" data-i18n-key="header.pair-device" data-i18n-attrs="title">
|
||||||
<svg class="icon">
|
<svg class="icon">
|
||||||
|
@ -953,7 +952,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
|
|
||||||
<!-- Input para escolher o arquivo e Bluetooth -->
|
<!--
|
||||||
<input type="file" id="fileInput" />
|
<input type="file" id="fileInput" />
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -987,7 +986,7 @@
|
||||||
alert("❌ Conexão falhou ou cancelada.");
|
alert("❌ Conexão falhou ou cancelada.");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script> -->
|
||||||
|
|
||||||
<!-- Script de Download para Android -->
|
<!-- Script de Download para Android -->
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in New Issue