This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
59 lines (57 loc) · 2.46 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/palettepix.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Convert Your Image to Colour Palette - PalletePix</title>
<meta
name="title"
content="Convert Your Image to Colour Palette - PalletePix"
/>
<meta
name="description"
content="Discover the perfect colour palette with PalettePix. Upload your photo and instantly extract beautiful colour schemes for all your design projects."
/>
<meta
name="keywords"
content="colour palette generator, extract colour scheme, photo colour analysis, design colour tools, creative colour palette, PalettePix, image to colour palette, colour inspiration, digital design tools, colour picker from image"
/>
<meta name="author" content="Pow Kim" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://palettepix.pow.kim/" />
<meta
property="og:title"
content="Convert Your Image to Colour Palette - PalletePix"
/>
<meta
property="og:description"
content="Discover the perfect colour palette with PalettePix. Upload your photo and instantly extract beautiful colour schemes for all your design projects."
/>
<meta
property="og:image"
content="https://palettepix.pow.kim/meta-tag.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://palettepix.pow.kim/" />
<meta
property="twitter:title"
content="Convert Your Image to Colour Palette - PalletePix"
/>
<meta
property="twitter:description"
content="Discover the perfect colour palette with PalettePix. Upload your photo and instantly extract beautiful colour schemes for all your design projects."
/>
<meta
property="twitter:image"
content="https://palettepix.pow.kim/meta-tag.png"
/>
</head>
<body class="antialiased dark:bg-black">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>