sistema-de-chamados/referência/sistema-de-chamados-main/apps/desktop/index.html
2025-11-10 01:57:45 -03:00

14 lines
419 B
HTML

<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="color-scheme" content="light" />
<link rel="stylesheet" href="/src/index.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Raven — Agente Desktop</title>
<script type="module" src="/src/main.tsx" defer></script>
</head>
<body>
<div id="root"></div>
</body>
</html>