-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
43 lines (40 loc) · 1.66 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" sizes="16x16" href="/logo/explore.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- HTML Meta Tags -->
<title>GDSC Explore 4.0</title>
<meta name="description" content="Explore the Developers from the Northeast!" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://gdsc-explore.xyz/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="GDSC Explore 4.0" />
<meta
property="og:description"
content="Explore the Developers from the Northeast!"
/>
<meta
property="og:image"
content="https://opengraph.b-cdn.net/production/documents/efc0e99f-0076-4fd7-a13c-d157ef67efcb.png?token=ZTxyV7NqoH7k8tOtnwXt14HNYKZ5bJ2dKFZGPm43iFQ&height=264&width=489&expires=33247790253"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="gdsc-explore.xyz" />
<meta property="twitter:url" content="https://gdsc-explore.xyz/" />
<meta name="twitter:title" content="GDSC Explore 4.0" />
<meta
name="twitter:description"
content="Explore the Developers from the Northeast!"
/>
<meta
name="twitter:image"
content="https://opengraph.b-cdn.net/production/documents/efc0e99f-0076-4fd7-a13c-d157ef67efcb.png?token=ZTxyV7NqoH7k8tOtnwXt14HNYKZ5bJ2dKFZGPm43iFQ&height=264&width=489&expires=33247790253"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>