Change G1CopierYoutube template to make VOEU.refresh.sh output nicer DApp

This commit is contained in:
fred 2023-10-19 19:11:46 +02:00
parent 85d09aa14b
commit d08dce6d72
1 changed files with 6 additions and 4 deletions

View File

@ -124,9 +124,8 @@
<body>
<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="http://127.0.0.1:8080/ipns/_ASTRONAUTENS_" width="100%" height="640px"></iframe>
</div>
<div id="demo">
<div id="description">
@ -154,7 +153,7 @@
console.log(cookies);
let salt = prompt("Secret 1");
let pepper = prompt("Secret 2");
let resultUt = 'http://astroport.localhost:1234/?salt=' + salt + '&pepper=' + pepper + '&friend=_G1PUB_';
let resultUt = 'http://astroport.localhost:1234/?salt=' + salt + '&pepper=' + pepper + '&friend=_G1PUB_&stars=3';
console.log(resultUt)
homeAstroportStation( resultUt,'aframe', 4000)
}
@ -232,7 +231,9 @@
</div>
<div id="showoff">
<div id="yellow" >
<div id="container">
<br><br>
<br><br>
@ -241,7 +242,7 @@
<canvas id="flights" width="400" height="400"></canvas>
<div id="locations"></div>
</div>
</div>
<p><a target="_PLAYER_" href="http://127.0.0.1:8080/ipns/_ASTRONAUTENS_">TW♥BOX of "_PLAYER_"</a></p>
<p>
@ -276,3 +277,4 @@
</div>
</body></html>