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> <!doctype html>
<html> <html>
<head> <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> <style>
#reduce42 { #reduce42 {
width:42%; width:42%;
height:42%; height:42%;
} }
.yellow {
background: yellow;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
}
</style> </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> </head>
<body> <body>
<center> <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"> <form action = "http://127.0.0.1:1234" method = "GET">
<br> <br>
Phrase Une (identifiant) : <input name=salt value=''></br> Phrase Une : <input name=salt value=''></br>
Phrase Deux (mot de passe) : <input name=pepper 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> ( 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> </form>
<p> <p>
<b>Besoin d'aide ? Contactez support@qo-op.com</b> <b>Besoin d'aide ? Contactez support@qo-op.com</b>
</p> </p>
<div id="linkresultat"> <div id="yellow">
<h3><a href="http://127.0.0.1:12345">A SUIVRE SUR LE PORT:12345</a></h3> <h3><a href="http://127.0.0.1:12345">A SUIVRE SUR LE PORT:12345</a></h3>
</div> </div>
<br> <br>
@ -42,6 +50,15 @@ Content-Type: text/html; charset=UTF-8
</body> </body>
<script> <script>
function initialSetup() {
if (document.getElementById("yellow") != null) {
setTimeout(function() {
document.getElementById('yellow').style.display = 'block';
}, 2000);
}
}
initialSetup();
</script> </script>