oauth_callback_response.html

 1<!DOCTYPE html>
 2<html>
 3<head>
 4    <title>Authentication Complete</title>
 5</head>
 6<body style="font-family: system-ui, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0;">
 7    <div style="text-align: center;">
 8        <h1>Authentication Complete</h1>
 9        <p>You can close this window and return to Zed.</p>
10    </div>
11</body>
12</html>