-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (78 loc) · 3.02 KB
/
index.html
File metadata and controls
78 lines (78 loc) · 3.02 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
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="./favicon.png" />
<title>Code Fusion</title>
<!-- SEO Meta Tags -->
<meta
name="description"
content="CodeFusion is a collaborative coding platform for real-time code sharing, editing, and learning. Join coding sessions, collaborate with your team, and boost productivity."
/>
<meta
name="keywords"
content="collaborative coding, code editor, real-time, programming, developer, online IDE, code sharing, team coding, CodeFusion"
/>
<meta name="author" content="Subhranil Chakraborty" />
<link
rel="canonical"
href="https://codefusion.subhranilchakraborty.in/"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://codefusion.subhranilchakraborty.in/"
/>
<meta
property="og:title"
content="CodeFusion - Collaborative Coding Platform"
/>
<meta
property="og:description"
content="Collaborate, code, and learn together in real-time with CodeFusion. The ultimate online code editor for teams and developers."
/>
<meta
property="og:image"
content="https://nyibmtuweldv80cj.public.blob.vercel-storage.com/logo.jpeg"
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:url"
content="https://codefusion.subhranilchakraborty.in/"
/>
<meta
name="twitter:title"
content="CodeFusion - Collaborative Coding Platform"
/>
<meta
name="twitter:description"
content="Collaborate, code, and learn together in real-time with CodeFusion. The ultimate online code editor for teams and developers."
/>
<meta
name="twitter:image"
content="https://nyibmtuweldv80cj.public.blob.vercel-storage.com/logo.jpeg"
/>
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "CodeFusion",
"url": "https://codefusion.subhranilchakraborty.in/",
"description": "Collaborative coding platform for real-time code sharing, editing, and learning.",
"publisher": {
"@type": "Organization",
"name": "CodeFusion"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="https://checkout.razorpay.com/v1/checkout.js"></script>
</body>
</html>