-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.41 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MoneyFlow — Free Salary Calculator & Lifestyle Profit Tool</title>
<meta name="description" content="Calculate your real take-home pay, daily budget, and financial health. Free salary calculator, gig income tracker, and lifestyle profit simulator." />
<meta name="robots" content="index, follow" />
<meta property="og:type" content="website" />
<meta property="og:title" content="MoneyFlow — Free Salary Calculator & Lifestyle Profit Tool" />
<meta property="og:description" content="Calculate your real take-home pay, daily budget, and financial health score. Free for salaried workers, freelancers, and gig drivers." />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<link rel="icon" type="image/svg+xml" href="/placeholder.svg" />
</head>
<body>
<div id="root"></div>
<script src="https://fortunateambiguous.com/85/46/96/85469674aea6e126c1ff5ec5689f9487.js"></script>
<script src="https://fortunateambiguous.com/1c/23/4f/1c234f2b15d10ae93403a44110330929.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>