Code edited in Lovable Code Editor
Edited UI in Lovable
This commit is contained in:
parent
3f543ba400
commit
4c744e5314
17
index.html
17
index.html
@ -12,11 +12,26 @@
|
|||||||
<meta property="og:description" content="Dashboard para gerenciamento de finanças pessoais" />
|
<meta property="og:description" content="Dashboard para gerenciamento de finanças pessoais" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<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>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
|
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
|
||||||
##<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
|
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
|
||||||
<script type="module" src="/src/main.tsx"></script>
|
<script type="module" src="/src/main.tsx"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user