-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (62 loc) · 2.93 KB
/
index.html
File metadata and controls
67 lines (62 loc) · 2.93 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="XhQkWICL3VSFotXNr560Qy1pXKf12XefAFuZDa-Ygaw" />
<link rel="manifest" href="/manifest.json" />
<!-- Title & Favicon -->
<title>MultiCalc — Your All-in-One Calculator Platform</title>
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
<link rel="icon" type="image/png" href="/favicon.png" />
<!-- Primary Meta Tags -->
<meta
name="description"
content="MultiCalc is your all-in-one calculator hub. Do basic, advanced, financial, health and other calculations easily — all in one place."
/>
<meta
name="keywords"
content="multicalc, calculator site, online calculator, math calculator, financial calculator, health calculator, scientific calculator, age calculator, marks calculator, waight calculator"
/>
<meta name="author" content="MultiCalc Team" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://multicalc.site/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://multicalc.site/" />
<meta property="og:title" content="MultiCalc — Your All-in-One Calculator Platform" />
<meta
property="og:description"
content="20+ calculators in one place. From basic math to advanced formulas — calculate anything instantly."
/>
<meta property="og:image" content="/og-image.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://multicalc.site/" />
<meta name="twitter:title" content="MultiCalc — Your All-in-One Calculator Platform" />
<meta
name="twitter:description"
content="20+ calculators in one place. From basic math to advanced formulas — calculate anything instantly."
/>
<meta name="twitter:image" content="/og-image.png" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700;900&display=swap"
rel="stylesheet"
/>
<link
href="https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@800,1&f[]=general-sans@300&f[]=boska@300&f[]=switzer@300&f[]=outfit@600&f[]=poppins@400&f[]=supreme@500&f[]=rowan@400&f[]=quilon@500&f[]=satoshi@500&f[]=ranade@300&f[]=excon@500,900&f[]=synonym@200,300,400,500,600,700,1&f[]=amulya@700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>