Astroport.ONE/templates/index.http

18 lines
386 B
Plaintext
Raw Normal View History

HTTP/1.1 200 Everything Is Just Fine
Server: Astroport
Content-Type: text/html; charset=UTF-8
<!doctype html>
<html>
2022-10-05 01:18:11 +02:00
<head>
<meta http-equiv="refresh" content="30; url='http://127.0.0.1:12345'" />
</head>
<body>
2022-10-05 01:18:11 +02:00
<h1>ASTROPORT</h1>
<h2>Astronaute</h2>
<form action = "http://127.0.0.1:12345" method = "GET">
<input type='submit' value='OUVRIR VOTRE TW'>
</form>
</body>
</html>