This commit is contained in:
fred 2023-04-05 19:17:26 +02:00
parent 43f1b8d1b6
commit aa2bc61b9d
2 changed files with 5 additions and 4 deletions

View File

@ -145,8 +145,9 @@ Content-Type: application/json; charset=UTF-8
\"hostname\" : \"$(myHostName)\",
\"myIP\" : \"${myIP}\",
\"ipfsnodeid\" : \"${IPFSNODEID}\",
\"url\" : \"${myIPFS}/ipns/${IPFSNODEID}\",
\"myswarm\" : \"${myIPFS}/ipns/${CHAN}\"
\"astroport\" : \"http://${myIP}:1234\",
\"g1station\" : \"${myIPFS}/ipns/${IPFSNODEID}\",
\"g1swarm\" : \"${myIPFS}/ipns/${CHAN}\"
}
"
######################################################################################

View File

@ -79,7 +79,7 @@ header {
</div>
<span id="typed"></span>
</h2>
<span><a target="youtube" href="https://youtube.com">📺 (&#128077;)</a> : </span><input name=g1pub value='https://www.youtube.com/playlist?list=LL'></br>
<span><a target="youtube" href="https://youtube.com">📺 (&#128077;)</a> : </span><input name=g1pub value=''></br>
<span>Email : </span><input name=email value=''></br></br>
<input type='submit' value='[(♥‿‿♥)]'>
<p>Renseignez votre lien Youtube préféré et votre Email<br>Validez</p>
@ -211,7 +211,7 @@ function testLatency(cb) {
function countdown() {
if (timeLeft == -1) {
clearTimeout(timerId);
document.getElementById("countdown").innerHTML = "Remplacez les '0' par les identifiants de votre G1PASS.";
document.getElementById("countdown").innerHTML = "Remplacez les '0' par les secrets de votre G1PASS.<br>Utilisez les identifiants de votre compte GChange si vous en disposez déjà";
} else {
// elem.innerHTML = timeLeft + " s";
timeLeft--;