| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <link rel="icon" type="image/svg+xml" href="/vite.svg" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| <title>ACE Copywriting Pipeline</title> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/PapaParse/5.4.1/papaparse.min.js"></script> |
| <script type="importmap"> |
| { |
| "imports": { |
| "react": "https://esm.sh/react@^19.1.1", |
| "react-dom/": "https://esm.sh/react-dom@^19.1.1/", |
| "react/": "https://esm.sh/react@^19.1.1/" |
| } |
| } |
| </script> |
| <link rel="stylesheet" href="/index.css"> |
| </head> |
| <body class="bg-gray-900 text-gray-100 font-sans antialiased"> |
| <div id="root" class="h-screen"></div> |
| <script type="module" src="/index.tsx"></script> |
| </body> |
|
|
| <script type="module" src="/src/config/difyChatbotConfig.ts"></script> |
| <script |
| src="https://udify.app/embed.min.js" |
| id="U5KHVj67e4Gum8hd" |
| defer> |
| </script> |
| <style> |
| #dify-chatbot-bubble-button { |
| background-color: #1C64F2 !important; |
| } |
| #dify-chatbot-bubble-window { |
| width: 24rem !important; |
| height: 40rem !important; |
| } |
| </style> |
|
|
| </html> |