generated from MFM-347/RepoLate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (72 loc) · 3.18 KB
/
index.html
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
68
69
70
71
72
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<meta
name="google-site-verification"
content="-xWqjRot1NGeSvreDzXErYTsf_ILoePMlQQj1AGNd4g"
/>
<meta name="author" content="Farhan Madni" />
<meta name="language" content="English" />
<meta name="robots" content="index,follow,max-image-preview:large" />
<meta name="application-name" content="ShadeMaker" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<meta name="apple-mobile-web-app-title" content="ShadeMaker" />
<meta name="theme-color" content="#385cfa" />
<meta
name="description"
content="ShadeMaker is a color shade generator that empowers designers and developers to create and customize a wide range of color shades and schemes for their projects."
/>
<meta
name="keywords"
content="Color shade generator, shadcn ui, Color scheme customization, Vite-React tools, Design tools, Color palette creator, UI design, Web design, Front-end development, Color picker, ShadeMaker"
/>
<meta property="og:title" content="ShadeMaker - Color Shade Generator" />
<meta property="og:locale" content="en_US" />
<meta
property="og:description"
content="ShadeMaker is a color shade generator that empowers designers and developers to create and customize a wide range of color shades and schemes for their projects."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mfm-347.github.io/shademaker/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="ShadeMaker - Color Shade Generator" />
<meta
name="twitter:description"
content="ShadeMaker is a color shade generator that empowers designers and developers to create and customize a wide range of color shades and schemes for their projects."
/>
<title>ShadeMaker - Color Shade Generator</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "ShadeMaker",
"url": "https://mfm-347.github.io/shademaker/",
"author": {
"@type": "Person",
"name": "Farhan Madni"
},
"description": "ShadeMaker is a color shade generator that empowers designers and developers to create and customize a wide range of color shades and schemes for their projects."
}
</script>
<link rel="canonical" href="https://mfm-347.github.io/shademaker/" />
<link rel="icon" href="/icon.svg" />
<link rel="icon" href="/icon.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>