-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (48 loc) · 2.48 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- HTML Meta Tags -->
<meta name="description"
content="CIPROXIN LLC is a digital marketing agency in Bangladesh. We provide services like SEO, SMM, PPC, Email Marketing, and more." />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="CIPROXIN LLC" />
<meta itemprop="description"
content="CIPROXIN LLC is a digital marketing agency in Bangladesh. We provide services like SEO, SMM, PPC, Email Marketing, and more." />
<meta itemprop="image"
content="https://res.cloudinary.com/kirondev/image/upload/v1725633675/logo_of_pixel_fusionary.png" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://pixel-fusionary.vercel.app" />
<meta property="og:type" content="website" />
<meta property="og:title" content="CIPROXIN LLC" />
<meta property="og:description"
content="CIPROXIN LLC is a digital marketing agency in Bangladesh. We provide services like SEO, SMM, PPC, Email Marketing, and more." />
<meta property="og:image"
content="https://res.cloudinary.com/kirondev/image/upload/v1725633675/logo_of_pixel_fusionary.png" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CIPROXIN LLC" />
<meta name="twitter:description"
content="CIPROXIN LLC is a digital marketing agency in Bangladesh. We provide services like SEO, SMM, PPC, Email Marketing, and more." />
<meta name="twitter:image"
content="https://res.cloudinary.com/kirondev/image/upload/v1725633675/logo_of_pixel_fusionary.png" />
<!-- Meta Tags Generated via https://heymeta.com -->
<meta name="description"
content="CIPROXIN LLC is a digital marketing agency in Bangladesh. We provide services like SEO, SMM, PPC, Email Marketing, and more." />
<meta name="keywords"
content="CIPROXIN LLC, digital, marketing, agency, Bangladesh, SEO, SMM, PPC, Email Marketing" />
<meta name="author" content="CIPROXIN LLC" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="google" content="nositelinkssearchbox" />
<meta name="google" content="notranslate" />
<title>CIPROXIN LLC</title>
</head>
<body>
<div id="root" />
<script type="module" src="/src/main.tsx"></script>
</body>
</html>