| <!DOCTYPE html> |
| <html lang="zh-CN"> |
|
|
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Claude Relay Service - 管理后台</title> |
|
|
| |
| <link rel="preconnect" href="https://fonts.googleapis.com"> |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> |
|
|
| |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
|
|
| |
| <link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin> |
| <link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin> |
| <link rel="dns-prefetch" href="https://cdn.jsdelivr.net"> |
| <link rel="dns-prefetch" href="https://cdnjs.cloudflare.com"> |
| </head> |
|
|
| <body> |
| <div id="app"></div> |
| <script type="module" src="/src/main.js"></script> |
| </body> |
|
|
| </html> |