UNPKG

@cocal/google-calendar-mcp

Version:

Google Calendar MCP Server with extensive support for calendar management

35 lines (34 loc) 905 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Authentication Successful</title> <link rel="stylesheet" href="styles.css"> <style> .account-email { font-size: 1.1rem; font-weight: 500; color: var(--text-primary); margin: 0.25rem 0 0.75rem; } .account-label { font-size: 0.85rem; color: var(--text-muted); } .account-label code { font-size: 0.85em; } </style> </head> <body class="centered"> <div class="card"> <h1 class="success">Account connected!</h1> <div class="info-box"> {{accountInfo}} </div> <p>You can now close this browser window.</p> {{closeButton}} </div> {{script}}</body> </html>