-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (124 loc) · 4.56 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="MergeSociety" />
<meta
name="description"
content="Unlock your coding potential with Merge Society's interactive tutorials, exercises, and resources. Learn HTML, CSS, JavaScript, Python, and more, and become a proficient developer in no time!"
/>
<title>Learn to Code with Merge Society</title>
<meta name="p:domain_verify" content="ead9ce0acd388ef15d8dce7ea6918d60" />
<meta name="twitter:card" content="summary" />
<meta
name="twitter:title"
content="Merge Society - Learn to Code with Interactive Tutorials"
/>
<meta
name="twitter:description"
content="Unlock your coding potential with Merge Society's interactive tutorials, exercises, and resources. Learn HTML, CSS, JavaScript, Python, and more, and become a proficient developer in no time!"
/>
<meta
name="keywords"
content="HTML, CSS, JavaScript, Programming Tutorials, Web Development, Coding Exercises, Learn to Code, Interactive Tutorials, Python, React"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="660" />
<meta name="googlebot" content="index, follow" />
<meta property="og:locale" content="en_US" />
<meta
name="twitter:image"
content="https://res.cloudinary.com/dhgjhspsp/image/upload/v1712405443/HTML5_Badge_512_njlsbs.png"
/>
<meta name="twitter:image:width" content="1200" />
<meta name="twitter:image:height" content="660" />
<meta
property="og:title"
content="Merge Society - Learn to Code with Interactive Tutorials"
/>
<meta
property="og:description"
content="Unlock your coding potential with Merge Society's interactive tutorials, exercises, and resources. Learn HTML, CSS, JavaScript, Python, and more, and become a proficient developer in no time!"
/>
<meta
property="og:image"
content="https://res.cloudinary.com/dhgjhspsp/image/upload/v1712405443/HTML5_Badge_512_njlsbs.png"
/>
<link
rel="icon"
href="https://res.cloudinary.com/dhgjhspsp/image/upload/v1712405443/HTML5_Badge_512_njlsbs.png"
type="image/x-icon"
sizes="32x32"
/>
<link
rel="icon"
href="https://res.cloudinary.com/dhgjhspsp/image/upload/v1712405443/HTML5_Badge_512_njlsbs.png"
type="image/png"
sizes="512x512"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"
rel="stylesheet"
/>
<!-- Canonical URL -->
<link rel="canonical" href="https://www.mergesociety.com/" />
<!-- Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-EVC3DTG6XZ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-EVC3DTG6XZ");
</script>
<!-- Google AdSense -->
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6271278895910760"
crossorigin="anonymous"
></script>
<!-- Clicky Analytics -->
<script async data-id="101458649" src="//static.getclicky.com/js"></script>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.mergesociety.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Tutorials",
"item": "https://www.mergesociety.com/tutorials"
}
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>