diff --git a/app/app.py b/app/app.py index 948c97d..4623113 100644 --- a/app/app.py +++ b/app/app.py @@ -5,7 +5,32 @@ def do_GET(self): if self.path == "/": self.send_response(200) self.end_headers() - self.wfile.write(b"OK") + html_content = """ + + +
+