<!DOCTYPE html>
<html lang="pt-BR">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/png" href="/favicon.png" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Prospectou</title>
    <!-- Prevent flash of wrong theme: apply saved theme class before first paint -->
    <script>
      (function () {
        try {
          var t = localStorage.getItem("prospectou_theme");
          document.documentElement.classList.add(t === "light" ? "light" : "dark");
        } catch (e) {
          document.documentElement.classList.add("dark");
        }
      })();
    </script>
    <script type="module" crossorigin src="/assets/index-yKdDrVqI.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-Dn_jxPI0.css">
  </head>
  <body class="antialiased">
    <div id="root"></div>
  </body>
</html>
