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