Astroport.ONE/templates/index.http

65 lines
1.7 KiB
Plaintext
Raw Normal View History

2022-10-21 22:05:26 +02:00
HTTP/1.1 200 OK
2022-11-02 15:12:21 +01:00
Access-Control-Allow-Origin: *
2022-10-30 01:39:30 +02:00
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-31 12:29:17 +01:00
<meta http-equiv="refresh" content="20; 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 02:21:20 +01:00
#yellow {
2022-10-30 01:59:11 +02:00
background: yellow;
position: absolute;
2022-10-30 02:21:20 +01:00
top: 40%;
left: 60%;
visibility: hidden;
2022-10-30 01:59:11 +02:00
}
2022-10-21 21:09:15 +02:00
</style>
2022-10-30 02:21:20 +01:00
2022-11-01 16:54:32 +01:00
<title>[Astroport](_HOSTNAME_) - IPFS BIOS - Interplanetray File System + Basic Input Output System + Scuttlebut Confidence Layer Ŋ1 </title>
2022-10-30 02:21:20 +01:00
2022-10-05 01:18:11 +02:00
</head>
<body>
2022-10-30 01:39:30 +02:00
<center>
2022-10-30 03:02:59 +01:00
<h2>Astronaute<br> - TW Astroport Ŋ1 -</h2>
2022-10-30 01:39:30 +02:00
<form action = "http://127.0.0.1:1234" method = "GET">
<br>
2022-11-05 23:39:07 +01:00
<h2>
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 03:02:59 +01:00
<input type='submit' value='CONNECTION'>
2022-11-05 23:39:07 +01:00
</h2>
</form>
2022-10-30 01:39:30 +02:00
2022-10-30 01:59:11 +02:00
<div id="yellow">
2022-11-03 12:58:08 +01:00
<h3><a href="http://127.0.0.1:12345"> >>> SUIVANT / NEXT <<< </a></h3>
2022-10-30 01:00:39 +02:00
</div>
2022-10-30 02:21:20 +01:00
<script>
const el = document.getElementById('yellow');
2022-10-30 01:00:39 +02:00
2022-10-30 02:21:20 +01:00
setTimeout(() => {
el.style.visibility = 'visible';
2022-10-31 12:29:17 +01:00
}, 3000); // 👈️ delay in milliseconds
2022-10-30 01:59:11 +02:00
2022-10-30 01:00:39 +02:00
</script>
2022-10-30 02:21:20 +01:00
<br>
2022-11-05 23:39:07 +01:00
<a href="http://127.0.0.1:8080/ipns/_IPFSNODEID_" target="json" alt="Station Stomac"><img width=320 height=240 src='http://127.0.0.1:8080/ipfs/QmYjPCvbwTcvEpjvrcryCAAE1Ui73rsbJGbtZXpniddKDj' id='API'/></a>
<p>
<b>Besoin d'aide ? Contactez support@qo-op.com</b>
</p>
2022-10-30 02:21:20 +01:00
</center>
</body>
</html>