budget-view-finance/index.html
gpt-engineer-app[bot] 01ae3d877b Apply modern design theme
Update app's visual theme to be modern and dynamic, using a blue color palette and dynamic styling.
2025-08-08 07:49:29 +00:00

42 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Finance Home — Gestão Financeira Inteligente</title>
<meta name="description" content="Gerencie suas finanças com o Finance Home. Login e dashboard intuitivos." />
<meta name="author" content="Finance Home" />
<meta property="og:title" content="Finance Home" />
<meta property="og:description" content="Dashboard para gerenciamento de finanças pessoais" />
<meta property="og:type" content="website" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;700;800&display=swap" />
<style>
/* Hide Lovable badge completely */
a[href*="lovable.dev"],
iframe[src*="lovable.dev"],
div[style*="Edit with Lovable"],
.lovable-badge {
display: none !important;
opacity: 0 !important;
visibility: hidden !important;
pointer-events: none !important;
position: absolute !important;
z-index: -9999 !important;
}
</style>
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>