2026-05-22 18:44:46 -03:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="pt-BR">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
2026-05-26 19:50:18 -03:00
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
2026-05-22 18:44:46 -03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<meta name="theme-color" content="#0F3A6C" />
|
|
|
|
|
<meta
|
|
|
|
|
name="description"
|
2026-05-26 19:58:39 -03:00
|
|
|
content="Rivus Lab — Outsourcing de desenvolvimento de software e especialistas em Planview AdaptiveWork."
|
2026-05-22 18:44:46 -03:00
|
|
|
/>
|
|
|
|
|
<title>RivusLab — Engenharia de software sob medida</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<script>
|
|
|
|
|
(function () {
|
|
|
|
|
try {
|
|
|
|
|
var k = 'rivus-theme';
|
|
|
|
|
var stored = localStorage.getItem(k);
|
|
|
|
|
var prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
|
|
|
|
|
var dark = stored === 'dark' || (stored !== 'light' && prefersDark);
|
|
|
|
|
document.documentElement.setAttribute('data-theme', dark ? 'dark' : 'light');
|
|
|
|
|
} catch (_) {}
|
|
|
|
|
})();
|
|
|
|
|
</script>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|