-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.91 KB
/
Copy pathindex.html
File metadata and controls
35 lines (30 loc) · 1.91 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="Finance Planner - Your personal finance management tool for tracking expenses, planning loans, and managing your financial future." />
<meta name="keywords" content="finance planner, expense tracker, loan calculator, financial management, budget planning" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://finance-planner-sepia.vercel.app" />
<meta property="og:title" content="Finance Planner - Personal Finance Management" />
<meta property="og:description" content="Track expenses, manage loans, and plan your finances with ease. Your all-in-one personal finance management solution." />
<meta property="og:image" content="/android-chrome-512x512.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://finance-planner-sepia.vercel.app" />
<meta property="twitter:title" content="Finance Planner - Personal Finance Management" />
<meta property="twitter:description" content="Track expenses, manage loans, and plan your finances with ease. Your all-in-one personal finance management solution." />
<meta property="twitter:image" content="/android-chrome-512x512.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" sizes="180x180" />
<link rel="mask-icon" href="/logo.png" color="#FFFFFF">
<meta name="theme-color" content="#ffffff">
<title>Finance Planner - Personal Finance Management</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>