<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <!-- Content Security Policy - permissive for development, tighten for production -->
    <meta
      http-equiv="Content-Security-Policy"
      content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https://motherbrain.app; font-src 'self' data:; connect-src 'self' ws: wss: https://a2a.motherbrain.app https://mother-brain-gateway.nativeapps-cipher.workers.dev;"
    />
    <title>Mother Brain</title>
    <link rel="icon" type="image/svg+xml" href="./favicon.svg" />
    <script type="module" src="./assets/js/index-C7Ddy8KM.js"></script>
    <link rel="modulepreload" href="./assets/js/vendor-Bmvp_XSy.js">
    <link rel="stylesheet" href="./assets/css/vendor-Dfs9RUU9.css">
    <link rel="stylesheet" href="./assets/css/index-fO-lcOfT.css">
  </head>
  <body>
    <!-- Mother Brain Chat Web Component -->
    <script src="./motherbrain-chat.js"></script>
    <motherbrain-chat
      endpoint="https://a2a.motherbrain.app"
      skill="product-info"
      theme="dark"
      agent-name="Mother"
      branding="Powered by Mother Brain"
    ></motherbrain-chat>
    <div id="root"></div>
  </body>
</html>
