WAITING PAGE OK

This commit is contained in:
fred 2022-10-07 02:21:29 +02:00
parent bc4c734e7a
commit 41786cc8c8
2 changed files with 3 additions and 3 deletions

View File

@ -230,7 +230,7 @@ while [[ ! -f ~/.zen/tmp/index.redirect && ! $(ps auxf --sort=+utime | grep -w '
OLDIP=$(cat ~/.zen/tmp/miz.json | jq -r .[].secret)
##
if [[ ! d ~/.zen/game/players/$PLAYER/ipfs/moa ]]; then
if [[ ! -d ~/.zen/game/players/$PLAYER/ipfs/moa ]]; then
echo "MISSING ASTRONAUT VISA"
echo "ASKING TO $OLDIP"

View File

@ -9,9 +9,9 @@ Content-Type: text/html; charset=UTF-8
</head>
<body>
<h1>ASTROPORT</h1>
<h2>Astronaute</h2>
<h2>Astronaute nous recherchons votre TW .... </h2>
<form action = "http://127.0.0.1:12345" method = "GET">
<input type='submit' value='RECHERCHE TW'>
<input type='submit' value='PATIENTEZ SVP'>
</form>
</body>
</html>