index.html 941 B

123456789101112131415161718192021222324
  1. <!doctype html>
  2. <html lang="pt-BR">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
  7. <meta name="description" content="Assistente interno com base de conhecimento — busca em documentos e atendimentos." />
  8. <meta name="theme-color" content="#1e2d4b" />
  9. <meta property="og:title" content="ORÁCULO" />
  10. <link rel="icon" type="image/x-icon" href="/favicon.ico?v=2" />
  11. <link rel="apple-touch-icon" href="/favicon.ico?v=2" />
  12. <title>ORÁCULO</title>
  13. </head>
  14. <body class="bg-background">
  15. <noscript>
  16. <strong
  17. >We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to
  18. continue.</strong>
  19. </noscript>
  20. <div id="app">Carregando…</div>
  21. <script type="module" src="/src/main.js"></script>
  22. </body>
  23. </html>