-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 2.45 KB
/
Copy pathindex.html
File metadata and controls
43 lines (37 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<meta name="description" content="Empowerment & Elevation Legacy International - Empowering women, uplifting children, and transforming generations through comprehensive support programs and community development initiatives." />
<meta name="keywords" content="women empowerment, children support, community development, education, healthcare, empowerment programs, nonprofit, charity" />
<meta name="author" content="Empowerment & Elevation Legacy International" />
<meta name="robots" content="index, follow" />
<!-- Open Graph Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Empowerment & Elevation Legacy International - Empowering Women, Uplifting Children" />
<meta property="og:description" content="Join our mission to create lasting change in communities by empowering women, supporting children's education, and building a brighter future for all." />
<meta property="og:site_name" content="Empowerment & Elevation Legacy International" />
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Empowerment & Elevation Legacy International - Empowering Women, Uplifting Children" />
<meta name="twitter:description" content="Join our mission to create lasting change in communities by empowering women, supporting children's education, and building a brighter future for all." />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/Logo.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<!-- Theme color -->
<meta name="theme-color" content="#faf3fc" />
<!-- Preconnect to external domains for performance -->
<link rel="preconnect" href="https://images.unsplash.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<title>EELI - Empowering Women, Uplifting Children</title>
</head>
<body class="antialiased">
<div id="root"></div>
<script type="module" src="/main.jsx"></script>
</body>
</html>