<!doctype html> <html lang="es"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>SommelierLab · QR2</title> <link rel="icon" type="image/png" href="/favicon.png" /> </head> <body class="bg-black text-white"> <div id="root"></div> <!-- ✅ ElevenLabs widget — SIN async --> <script src="https://elevenlabs.io/convai-widget/index.js"></script> <!-- React / Vite entry --> <script type="module" src="/src/main.tsx"></script> </body> </html>{}
