index.html 965 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
  6. <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
  7. <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
  8. <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
  9. <link rel="manifest" href="/site.webmanifest" />
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  11. <link rel="stylesheet" href="https://rsms.me/inter/inter.css">
  12. <script src="https://js.stripe.com/v3/"></script>
  13. <script>
  14. window.Stripe = Stripe('');
  15. </script>
  16. <title>BYOM - Build Your Own Model</title>
  17. <meta name="description" content="AI-powered platform helping influencers grow their brand through advanced analytics and creative tools." />
  18. </head>
  19. <body>
  20. <div id="root"></div>
  21. <script type="module" src="/src/main.jsx"></script>
  22. </body>
  23. </html>