update index.html
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user