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