feat: modernize sign-in and responsive refactor
This commit is contained in:
32
index.html
Normal file
32
index.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Shimmer Finance AI - Your Smart Money Companion</title>
|
||||
<meta name="description" content="AI-powered personal finance management with smart insights, budget tracking, portfolio optimization, and financial planning tools." />
|
||||
<meta name="author" content="Shimmer Finance" />
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/svg+xml" href="/shimmer-icon.svg" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon-simple.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" href="/shimmer-icon.svg" />
|
||||
<meta name="theme-color" content="#0EA5E9" />
|
||||
|
||||
<meta property="og:title" content="Shimmer Finance AI - Your Smart Money Companion" />
|
||||
<meta property="og:description" content="AI-powered personal finance management with smart insights, budget tracking, portfolio optimization, and financial planning tools." />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="/shimmer-icon.svg" />
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Shimmer Finance AI" />
|
||||
<meta name="twitter:description" content="Your Smart Money Companion with AI-powered financial insights" />
|
||||
<meta name="twitter:image" content="/shimmer-icon.svg" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user