<a href=http://127.0.0.1:12345 target='aframe'>RETRY</a>

This commit is contained in:
fred 2023-09-10 01:05:05 +02:00
parent 02e01939ba
commit 76dc9e1bd4
2 changed files with 5 additions and 3 deletions

View File

@ -349,7 +349,7 @@ echo "$HTTPCORS
</style> </style>
</head><body> </head><body>
<h1>UPlanet Registration</h1> <h1>UPlanet Registration</h1>
<br><h2>${EMAIL}<br> remember your TW PASS<br></h2> <br><h2>${EMAIL}<br> this is your TW PASS<br></h2>
<h1>${NPASS}</h1> <h1>${NPASS}</h1>
--- ---
<br>TWPORTATION <br>TWPORTATION

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>[Astroport] : G1Visa Application : _HOSTNAME_ :: _IPFSNODEID_ </title> <title>[Astroport] : G1Visa Application : _HOSTNAME_ :: _IPFSNODEID_ </title>
<meta http-equiv="refresh" content="168; url='http://127.0.0.1:12345'" /> <meta http-equiv="refresh" content="199; url='https://ipfs.copylaradio.com/ipns/copylaradio.com'" />
<link rel="icon" type="image/png" href="http://127.0.0.1:8080/ipfs/QmaCh8mywWfxkXF3JziFzqZS6yZFo3eNS5fSfnzJqdSQvX/logo.png" /> <link rel="icon" type="image/png" href="http://127.0.0.1:8080/ipfs/QmaCh8mywWfxkXF3JziFzqZS6yZFo3eNS5fSfnzJqdSQvX/logo.png" />
<link rel="stylesheet" href="http://127.0.0.1:8080/ipfs/QmaCh8mywWfxkXF3JziFzqZS6yZFo3eNS5fSfnzJqdSQvX/decoration.css" type="text/css" /> <link rel="stylesheet" href="http://127.0.0.1:8080/ipfs/QmaCh8mywWfxkXF3JziFzqZS6yZFo3eNS5fSfnzJqdSQvX/decoration.css" type="text/css" />
<link rel="stylesheet" href="http://127.0.0.1:8080/ipfs/QmaCh8mywWfxkXF3JziFzqZS6yZFo3eNS5fSfnzJqdSQvX/layout.css" type="text/css" /> <link rel="stylesheet" href="http://127.0.0.1:8080/ipfs/QmaCh8mywWfxkXF3JziFzqZS6yZFo3eNS5fSfnzJqdSQvX/layout.css" type="text/css" />
@ -253,7 +253,9 @@ function testLatency(cb) {
function countdown() { function countdown() {
if (timeLeft == -1) { if (timeLeft == -1) {
clearTimeout(timerId); clearTimeout(timerId);
elem.innerHTML = "<a href=http://127.0.0.1:12345>OK</a>" elem.innerHTML = "<a href=http://127.0.0.1:12345 target='aframe'>RETRY</a>"
document.getElementById('aframe').src = 'http://127.0.0.1:12345';
document.getElementById('console').style.visibility = 'visible';
} else { } else {
elem.innerHTML = timeLeft + " s"; elem.innerHTML = timeLeft + " s";
timeLeft--; timeLeft--;