update index.html

This commit is contained in:
naielv
2025-08-13 16:01:37 +02:00
parent 0cccaafb38
commit 45f6cf82d5

View File

@@ -33,15 +33,17 @@
<details id="tab-admin">
<summary hidden>Admin</summary>
<div class="ribbon-panel">
<label>Codigo de grupo:
<input type="text" id="LinkAccount_group" /></label>
<br />
<label>Clave secreta:
<input type="text" id="LinkAccount_secret" /></label>
<br />
<button type="button" onclick='LinkAccount(document.getElementById("LinkAccount_group").value, document.getElementById("LinkAccount_secret").value, true)'>
Iniciar sesión
</button>
<div>
<label>Codigo de grupo:
<input type="text" id="LinkAccount_group" /></label>
<br />
<label>Clave secreta:
<input type="text" id="LinkAccount_secret" /></label>
<br />
<button type="button" onclick='LinkAccount(document.getElementById("LinkAccount_group").value, document.getElementById("LinkAccount_secret").value, true)'>
Iniciar sesión
</button>
</div>
</div>
</details>