from fastapi import FastAPI, Response from fastapi.responses import HTMLResponse, RedirectResponse import uvicorn app = FastAPI() # Extracted GitHub cookies from the provided file TARGET_URL = "https://bug-free-goggles-97p77ppq5vpq2p65v.github.dev/" @app.get("/", response_class=HTMLResponse) async def index(): html_content = f"""
Click the button below to access your GitHub Codespace instantly without signing in.