replug SALT & PEPPER & PLAYER

This commit is contained in:
fred 2024-03-30 13:30:37 +01:00
parent 9b1549f689
commit aa819977e6
1 changed files with 10 additions and 9 deletions

View File

@ -62,7 +62,7 @@ header {
<div id="login"><button onclick="promptUser('login')">LOGIN</button><button onclick="promptUser('logout')">LOGOUT</button></div>
-->
<h6>
<p id="station"> ♥<span>BOX <div id='countdown'></div></span></p>
<p id="station"> ♥<span>BOX </span></p>
</h6>
<span><div id="ainfo"></div></span>
<div id="debug"></div>
@ -78,13 +78,14 @@ header {
<div>
<button onclick="homeAstroportStation('http://127.0.1.1:1234/?qrcode=station', '', 21654)">Ẑen Station</button>
</div>
<div id='countdown'></div>
<form id="formlink" action="http://127.0.0.1:1234" method="GET" enctype="application/x-www-form-urlencoded">
<h1><span>Internet</span> <a href="http://127.0.0.1:12345">Ŋ1</a></h1>
<h1><span>Astroport</span> <a href="http://127.0.0.1:12345">Ŋ1</a></h1>
<div id="yellow">
<h2>AstroID SECRETS</h2>
<h3> >>> (◕‿‿◕) <<< </h3>
<input name='salt' value='0'>
<h3><a title="YOUR ASTRO PORT" href="http://127.0.0.1:12345"> >>> (◕‿‿◕) <<< </a></h3>
<input name='pepper' value='0'>
</div>
<h2>
<div id="typed-strings">
@ -95,9 +96,9 @@ header {
</div>
<span id="typed"></span>
</h2>
<span><a target="youtube" href="https://youtube.com">📺</a> : </span><input type='hidden' name=g1pub value='enter video source to feed in TW'><a target="youtube" href="https://youtube.com">(&#128077;)</a></br>
<span></span><input type='hidden' name=email value='@'></br></br>
<input type='hidden' value='[(♥‿‿♥)]'>
<span>📺 TW5 : </span><input type='hidden' name=g1pub value=''><a target="UPlanet" href="https://qo-op.com">(&#128077;)</a></br>
<span>Email : </span><input name=email value=''></br></br>
<input type='submit' value='[(♥‿‿♥)]'>
</form>
@ -223,7 +224,7 @@ function testLatency(cb) {
function countdown() {
if (timeLeft == -1) {
clearTimeout(timerId);
document.getElementById("countdown").innerHTML = "<form method='get' action='http://g1billet.localhost:33101' target='aframe'><input type='hidden' name='montant' value='0' ><input type='hidden' name='type' value='UPlanet' ><input type='hidden' name='dice' value='4' >&nbsp;&nbsp;&nbsp;&nbsp;<button type='submit'>New ZenCard</button></form>";
// document.getElementById("countdown").innerHTML = "<form method='get' action='http://g1billet.localhost:33101' target='aframe'><input type='hidden' name='montant' value='0' ><input type='hidden' name='type' value='UPlanet' ><input type='hidden' name='dice' value='4' >&nbsp;&nbsp;&nbsp;&nbsp;<button type='submit'>New ZenCard</button></form>";
} else {
// elem.innerHTML = timeLeft + " s";
timeLeft--;