| <!doctype html> |
| <html lang="en" class="dark"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>AI Desktop Assistant</title> |
| <meta name="description" content="Your intelligent desktop assistant with vision and voice capabilities. Ask questions, share your screen, and get help with any task." /> |
| <meta name="author" content="Lovable" /> |
| <meta name="theme-color" content="#0f172a" /> |
|
|
| |
| <link rel="manifest" href="/manifest.webmanifest" /> |
| <link rel="apple-touch-icon" href="/pwa-192x192.png" /> |
| <meta name="apple-mobile-web-app-capable" content="yes" /> |
| <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
| <meta name="apple-mobile-web-app-title" content="AI Assistant" /> |
|
|
| |
| <meta property="og:title" content="AI Desktop Assistant" /> |
| <meta property="og:description" content="Your intelligent desktop assistant with vision and voice capabilities" /> |
| <meta property="og:type" content="website" /> |
| <meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> |
|
|
| |
| <meta name="twitter:card" content="summary_large_image" /> |
| <meta name="twitter:site" content="@Lovable" /> |
| <meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" /> |
|
|
| |
| <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@400;500;600;700&display=swap" rel="stylesheet" /> |
|
|
| <style> |
| body { |
| font-family: 'Inter', system-ui, -apple-system, sans-serif; |
| } |
| </style> |
| </head> |
|
|
| <body> |
| <div id="root"></div> |
| <script type="module" src="/src/main.tsx"></script> |
| </body> |
| </html> |
|
|