diff --git a/client/gatehouse-cli.py b/client/gatehouse-cli.py index 7192475..97c4505 100755 --- a/client/gatehouse-cli.py +++ b/client/gatehouse-cli.py @@ -49,10 +49,96 @@ class MyServer(BaseHTTPRequestHandler): self.send_response(200) self.send_header("Content-type", "text/html") self.end_headers() - self.wfile.write(bytes("
The token has been received
", "utf-8")) - self.wfile.write(bytes("You may now close this window.
", "utf-8")) - self.wfile.write(bytes("", "utf-8")) + html_content = """ + + + + +You can now return to the terminal.
+If this window doesn't close automatically, you can close it manually.
+