update index.html

This commit is contained in:
naielv
2025-08-13 16:16:25 +02:00
parent 846c0e8898
commit 1beadb739b

View File

@@ -37,12 +37,12 @@
<input type="text" id="LinkAccount_group" placeholder="Usuario..." /> <input type="text" id="LinkAccount_group" placeholder="Usuario..." />
<br /> <br />
< <input type="text" id="LinkAccount_secret" placeholder="Contraseña..." /> <input type="text" id="LinkAccount_secret" placeholder="Contraseña..." />
<br /> <br />
<button type="button" onclick='LinkAccount(document.getElementById("LinkAccount_group").value, document.getElementById("LinkAccount_secret").value, true)'> <button type="button" onclick='LinkAccount(document.getElementById("LinkAccount_group").value, document.getElementById("LinkAccount_secret").value, true)'>
Iniciar sesión Iniciar sesión
</button> </button><br>
<b><span id="peerCount">?</span> <b>Conectado a <span id="peerCount">?</span>
nodos</b> nodos</b>
</div> </div>
</div> </div>