Astroport.ONE/templates/index.http

18 lines
411 B
Plaintext
Raw Normal View History

HTTP/1.1 200 Everything Is Just Fine
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-07 02:16:53 +02:00
<meta http-equiv="refresh" content="3; url='http://127.0.0.1:12345'" />
2022-10-05 01:18:11 +02:00
</head>
<body>
2022-10-05 01:18:11 +02:00
<h1>ASTROPORT</h1>
2022-10-21 18:05:44 +02:00
<h2>Astronaute nous créons votre TW .... </h2>
2022-10-05 01:18:11 +02:00
<form action = "http://127.0.0.1:12345" method = "GET">
2022-10-07 02:21:29 +02:00
<input type='submit' value='PATIENTEZ SVP'>
2022-10-05 01:18:11 +02:00
</form>
</body>
</html>