-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathindex.html
40 lines (35 loc) · 2.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Favicon -->
<link rel="icon" href="/gamma.svg" type="image/x-icon">
<!-- Basic Meta Tags -->
<meta name="description" content="Club Gamma is a dynamic tech community empowering students through open source, hands-on projects, and collaborative learning. Join us to grow your coding skills.">
<meta name="keywords" content="Club Gamma, tech community, coding, programming, technology, learning, developer community, tech events, skill development">
<!-- Open Graph Tags -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Club Gamma">
<meta property="og:title" content="Club Gamma">
<meta property="og:description" content="Club Gamma is a dynamic tech community empowering students through open source, hands-on projects, and collaborative learning. Join us to grow your coding skills.">
<meta property="og:image" content="https://clubgamma.vercel.app/og_image.png">
<meta property="og:image:secure_url" content="https://clubgamma.vercel.app/og_image.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Club Gamma">
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@club_gamma">
<meta name="twitter:creator" content="@club_gamma">
<meta name="twitter:title" content="Club Gamma">
<meta name="twitter:description" content="Club Gamma is a dynamic tech community empowering students through open source, hands-on projects, and collaborative learning. Join us to grow your coding skills.">
<meta name="twitter:image" content="https://clubgamma.vercel.app/og_image.png">
<title>Club Gamma</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>