-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (58 loc) · 2.45 KB
/
index.html
File metadata and controls
67 lines (58 loc) · 2.45 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Hacktoberfest 2025 | CoreX Nutrition</title>
<meta
name="description"
content="Join CoreX Nutrition's Hacktoberfest 2025! Contribute to exciting projects, enhance your skills, and be part of the open-source community."
/>
<meta
name="keywords"
content="Hacktoberfest 2025, CoreX Nutrition, Open Source, Contributions, Community"
/>
<meta name="author" content="CoreX Nutrition" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#1e3c72" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Hacktoberfest 2025 | CoreX Nutrition" />
<meta
property="og:description"
content="Join CoreX Nutrition's Hacktoberfest 2025! Contribute to exciting projects and participate in the open-source event."
/>
<meta property="og:image" content="/images/og-image.png" />
<meta property="og:url" content="https://yourwebsite.com/" />
<meta property="og:site_name" content="CoreX Nutrition" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Hacktoberfest 2025 | CoreX Nutrition" />
<meta
name="twitter:description"
content="Join CoreX Nutrition's Hacktoberfest 2025! Contribute to exciting projects and participate in the open-source event."
/>
<meta name="twitter:image" content="/images/og-image.png" />
<!-- Favicon: use uploaded PNG `faviconn.png` (primary) -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />
<link rel="shortcut icon" href="/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.png" />
<!-- Manifest for PWA -->
<link rel="manifest" href="/manifest.json" />
<!-- Canonical URL -->
<link rel="canonical" href="https://opencodechicago.org" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap"
rel="stylesheet"
/>
<!-- Optional Global Styles -->
<link rel="stylesheet" href="/assets/css/global.css" />
</head>
<body>
<div id="root"></div>
<!-- Main JS Module -->
<script type="module" src="/src/main.jsx"></script>
</body>
</html>