-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.76 KB
/
Copy pathindex.html
File metadata and controls
45 lines (41 loc) · 1.76 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.webp" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preload" as="image" href="/hero.webp" fetchpriority="high" />
<title>There Is No Planet B | Save Our Earth</title>
<meta
name="description"
content="A powerful message from Earth. Discover why there is no Planet B and how you can help protect our world through awareness, action, and sustainability."
/>
<meta
name="keywords"
content="save earth, climate change, environment, sustainability, global warming, protect nature"
/>
<meta name="author" content="Hadil Ben Abdallah" />
<meta property="og:title" content="There Is No Planet B | Save Our Earth" />
<meta
property="og:description"
content="A powerful message from Earth. Learn how to protect our planet and why it matters now more than ever."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://earth-journey.vercel.app/" />
<meta property="og:image" content="/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="There Is No Planet B" />
<meta
name="twitter:description"
content="A powerful message from Earth. Learn how to protect our planet."
/>
<meta name="twitter:image" content="/og-image.png" />
<meta name="theme-color" content="#00181C" />
<link rel="canonical" href="https://earth-journey.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>