Astroport.ONE/templates/index.http

66 lines
1.8 KiB
Plaintext
Raw Normal View History

2022-10-21 22:05:26 +02:00
HTTP/1.1 200 OK
2022-10-30 01:39:30 +02:00
Access-Control-Allow-Origin: *
Access-Control-Allow-Credentials: true
Access-Control-Allow-Methods: GET
Server: Astroport
Content-Type: text/html; charset=UTF-8
2022-10-21 18:28:35 +02:00
<!doctype html>
<html>
2022-10-05 01:18:11 +02:00
<head>
2022-10-30 01:59:11 +02:00
<meta http-equiv="refresh" content="60; url='http://127.0.0.1:12345'" />
2022-10-21 21:09:15 +02:00
<style>
2022-10-29 19:18:45 +02:00
#reduce42 {
width:42%;
height:42%;
2022-10-21 21:09:15 +02:00
}
2022-10-30 01:59:11 +02:00
.yellow {
background: yellow;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: none;
}
2022-10-21 21:09:15 +02:00
</style>
2022-10-30 01:59:11 +02:00
<title>[Astroport](_HOSTNAME_) - TW IPFS BIOS - Interplanetray File System + Basic Input Output System + Scuttlebut Confidence Layer Ŋ1 </title>
2022-10-05 01:18:11 +02:00
</head>
<body>
2022-10-30 01:39:30 +02:00
<center>
2022-10-30 01:59:11 +02:00
<h2>Astronaute - connectez vous à votre TW Astroport Ŋ1</h2>
2022-10-30 01:39:30 +02:00
<form action = "http://127.0.0.1:1234" method = "GET">
<br>
2022-10-30 01:59:11 +02:00
Phrase Une : <input name=salt value=''></br>
Phrase Deux : <input name=pepper value=''></br>
2022-10-30 01:39:30 +02:00
( TW officiel <input type="checkbox" id="official" name="official"> - Visiteur <input type="checkbox" id="g1pub" name="g1pub" checked> )</br></br>
2022-10-30 01:59:11 +02:00
<input type='submit' value='TROUVER MON TW'>
</form>
2022-10-30 01:39:30 +02:00
<p>
<b>Besoin d'aide ? Contactez support@qo-op.com</b>
</p>
2022-10-30 01:59:11 +02:00
<div id="yellow">
2022-10-30 01:39:30 +02:00
<h3><a href="http://127.0.0.1:12345">A SUIVRE SUR LE PORT:12345</a></h3>
2022-10-30 01:00:39 +02:00
</div>
2022-10-29 19:04:57 +02:00
<br>
2022-10-29 19:18:45 +02:00
<a href="http://127.0.0.1:8080/ipns/_IPFSNODEID_" target="json"><img width=420 height=420 src='http://127.0.0.1:8080/ipfs/QmbY3R4UV43Bz7eQDEYgXZKWnszArGwnJqMmfSZ7CCWFcq' id='API'/></a>
2022-10-22 11:48:18 +02:00
</center>
</body>
2022-10-30 01:00:39 +02:00
<script>
2022-10-30 01:59:11 +02:00
function initialSetup() {
if (document.getElementById("yellow") != null) {
setTimeout(function() {
document.getElementById('yellow').style.display = 'block';
}, 2000);
}
}
initialSetup();
2022-10-30 01:00:39 +02:00
</script>
</html>