This commit is contained in:
fred 2022-10-30 01:59:11 +02:00
parent 828adffda0
commit caeaa69df7
1 changed files with 24 additions and 7 deletions

View File

@ -8,32 +8,40 @@ Content-Type: text/html; charset=UTF-8
<!doctype html>
<html>
<head>
<meta http-equiv="refresh" content="10; url='http://127.0.0.1:12345'" />
<meta http-equiv="refresh" content="60; url='http://127.0.0.1:12345'" />
<style>
#reduce42 {
width:42%;
height:42%;
}
.yellow {
background: yellow;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
}
</style>
<title>[Astroport](_HOSTNAME_) - IPFS BIOS - Interplanetray File System + Basic Input Output System + Scuttlebut Confidence Layer Ŋ1 </title>
<title>[Astroport](_HOSTNAME_) - TW IPFS BIOS - Interplanetray File System + Basic Input Output System + Scuttlebut Confidence Layer Ŋ1 </title>
</head>
<body>
<center>
<h2>Astronaute - Entrez dans votre Astroport Ŋ1</h2>
<h2>Astronaute - connectez vous à votre TW Astroport Ŋ1</h2>
<form action = "http://127.0.0.1:1234" method = "GET">
<br>
Phrase Une (identifiant) : <input name=salt value=''></br>
Phrase Deux (mot de passe) : <input name=pepper value=''></br>
Phrase Une : <input name=salt value=''></br>
Phrase Deux : <input name=pepper value=''></br>
( TW officiel <input type="checkbox" id="official" name="official"> - Visiteur <input type="checkbox" id="g1pub" name="g1pub" checked> )</br></br>
<input type='submit' value='OUVRIR TW...'>
<input type='submit' value='TROUVER MON TW'>
</form>
<p>
<b>Besoin d'aide ? Contactez support@qo-op.com</b>
</p>
<div id="linkresultat">
<div id="yellow">
<h3><a href="http://127.0.0.1:12345">A SUIVRE SUR LE PORT:12345</a></h3>
</div>
<br>
@ -42,6 +50,15 @@ Content-Type: text/html; charset=UTF-8
</body>
<script>
function initialSetup() {
if (document.getElementById("yellow") != null) {
setTimeout(function() {
document.getElementById('yellow').style.display = 'block';
}, 2000);
}
}
initialSetup();
</script>