-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (39 loc) · 1.51 KB
/
index.html
File metadata and controls
47 lines (39 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google Site Verification -->
<meta name="google-site-verification" content="GvZwXW8JwEqbMmmF-DWJi1HIAT2V1bZ6NFb3Av-19Ak" />
<!-- Favicon & Manifest -->
<link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="FinanceFlow" />
<link rel="manifest" href="/favicons/site.webmanifest" />
<!-- SEO Meta Tags -->
<meta name="description" content="FinanceFlow - An AI-powered financial management platform that helps you track,
analyze, and optimize your spending with real-time insights." />
<link rel="canonical" href="https://financeflow24.vercel.app/
" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://financeflow24.vercel.app/
",
"name": "FinanceFlow"
}
</script>
<!-- Main CSS -->
<link rel="stylesheet" href="/src/index.css">
<title>FinanceFlow - Manage Your Finances Efficiently</title>
<!--app-head-->
</head>
<body>
<div id="root"><!--app-html--></div>
<script type="module" src="/src/entry-client.jsx"></script>
</body>
</html>