-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (53 loc) · 2.64 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/svg+xml" href="/aicopyright.svg">
<link rel="canonical" href="https://totoantonio.github.io/colors">
<meta name="description"
content="Explore Colorful Imagination's unique collection of coloring books. Perfect for artists of all ages, our books are designed to inspire creativity, relaxation, and joy.">
<meta name="keywords"
content="adult coloring books, children's coloring books, digital coloring books, printable coloring pages, art therapy coloring, creative hobbies online, relaxation activities, mindfulness coloring">
<meta property="og:title" content="Colorful Imagination - Unleash Your Creativity with Every Page">
<meta property="og:description"
content="Discover exclusive coloring books for adults and children designed to inspire creativity, relaxation, and joy at Colorful Imagination. Start your colorful journey today!">
<meta property="og:type" content="website">
<meta property="og:url" content="https://totoantonio.github.io/colors/">
<meta property="og:image" content="https://totoantonio.github.io/colors/ColorWide.png">
<meta property="og:site_name" content="World of Color and Creativity">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="totoantonio.github.io">
<meta property="twitter:url" content="https://totoantonio.github.io/colors">
<meta name="twitter:title" content="Dive into the World of Color and Creativity">
<meta name="twitter:description" content="Dive into the World of Color and Creativity">
<meta name="twitter:image" content="https://totoantonio.github.io/colors/ColorWide.png">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GR0XXY86EX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-GR0XXY86EX');
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Book",
"name": "Colorful Imagination",
"author": {
"@type": "Person",
"name": "Author Name"
},
"datePublished": "2021-01-01",
"image": "https://totoantonio.github.io/colors/ColorWide.png",
"description": "Discover exclusive coloring books designed to inspire creativity, relaxation, and joy."
}
</script>
<title>World of Color and Creativity</title>
</head>
<body>
<div id="root"></div>
<script defer type="module" src="/src/main.jsx"></script>
</body>
</html>