preinit channel
parent
5528b3d0b0
commit
7e0d2fe193
|
@ -48,12 +48,13 @@ header {
|
|||
<body>
|
||||
<header>
|
||||
<h6>
|
||||
<p id="station"> ♥<span>BOX</span> <div id='countdown'></div></p>
|
||||
<p id="station"> ♥<span>BOX <div id='countdown'></div></span></p>
|
||||
<div>
|
||||
<button onclick="homeAstroportStation('/?qrcode=station', '', 19654)">Open Station</button>
|
||||
<div id="login"><button onclick="promptUser('login')">LOGIN</button><button onclick="promptUser('logout')">LOGOUT</button></div>
|
||||
</div>
|
||||
<span><div id="ainfo"></div><div id="debug"></div></span>
|
||||
<span><div id="ainfo"></div></span>
|
||||
<div id="debug"></div>
|
||||
</h6>
|
||||
</header>
|
||||
|
||||
|
|
|
@ -131,8 +131,10 @@ a {
|
|||
|
||||
<strong><div id="resu"></div></strong>
|
||||
<p> <strong>Scannez QRCode</strong> </p>
|
||||
<p><a target="g1billet" href="https://g1sms.fr/fr/g1billet">G1BILLET</a> </p>
|
||||
<p>et "<a target="cesium" href="https://cesium.app/fr/fonctionnalites">portefeuille</a>" <a target="cesium" href="https://cesium.app/fr/telechargement">Cesium</a></p>
|
||||
<p><a target="g1billet" href="https://g1sms.fr/fr/g1billet">G1BILLET</a> destinataire</p>
|
||||
<p>puis votre <a target="g1pass" href="https://g1sms.fr/fr/g1billet">G1PASS</a> </p>
|
||||
|
||||
<p>fonctionne <br>avec tout "<a target="cesium" href="https://cesium.app/fr/fonctionnalites">portefeuille</a>" <a target="cesium" href="https://cesium.app/fr/telechargement">Cesium</a></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
<div class="subtitle">A Friendly Planet of Friends</div>
|
||||
<button id="ainfo" onclick="javascript:var x = document.getElementById('yellow'); if (x.style.visibility === 'hidden') {x.style.visibility = 'visible';} else {x.style.visibility = 'hidden';}">0/1</button>
|
||||
<div id="yellow" >
|
||||
<iframe name="aframe" id="aframe" src="_STATION_" width="100%" height="640px"></iframe>
|
||||
<iframe name="aframe" id="aframe" src="http://127.0.0.1:8080/ipns/_ASTRONAUTENS_" width="100%" height="640px"></iframe>
|
||||
</div>
|
||||
|
||||
<div id="demo">
|
||||
|
|
Loading…
Reference in New Issue