Astroport.ONE/templates/index.http

24 lines
502 B
Plaintext
Raw Normal View History

2022-10-21 22:05:26 +02:00
HTTP/1.1 200 OK
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-22 13:01:46 +02:00
<meta http-equiv="refresh" content="4; url='http://127.0.0.1:12345'" />
2022-10-21 21:09:15 +02:00
<style>
#wait {
width:42%;
height:42%;
2022-10-21 21:09:15 +02:00
}
</style>
2022-10-05 01:18:11 +02:00
</head>
<body>
2022-10-22 11:48:18 +02:00
<center>
<h1>ASTROPORT Ŋ1</h1>
2022-10-25 03:18:37 +02:00
<b>Astronaute... préparation de votre port d'arrimage</b><br>
<img src='http://127.0.0.1:8080/ipfs/QmS4xmYNpto1ce65VBPJsDjiaoupmxTTE7o5RD2zrnJcVb/QRCode.gif' id='wait'/>
2022-10-22 11:48:18 +02:00
</center>
</body>
</html>