Skip to content

Commit f63f6ea

Browse files
authored
Create index.html
CO2NEX is the world’s first decentralized platform to verify and certify carbon credits in real time using satellite intelligence, AI, GIS, and human validation. We empower landowners, innovators, and institutions to access trusted, transparent carbon markets — with no gatekeepers and no greenwashing.
1 parent 42d9d75 commit f63f6ea

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6+
<title>CO2NEX – Planet-Scale Carbon Verification</title>
7+
<meta name="description" content="CO2NEX is the world's first real-time carbon credit verification platform using AI, satellite imagery, and blockchain.">
8+
<style>
9+
body {
10+
font-family: Arial, sans-serif;
11+
background: #0f0f0f;
12+
color: #fff;
13+
text-align: center;
14+
padding: 60px;
15+
}
16+
h1 {
17+
color: #00ff99;
18+
}
19+
p {
20+
color: #ccc;
21+
}
22+
a {
23+
color: #00ccff;
24+
text-decoration: none;
25+
}
26+
</style>
27+
</head>
28+
<body>
29+
<h1>🌍 CO2NEX</h1>
30+
<p>Empowering Real-Time Carbon Credit Verification at Planetary Scale</p>
31+
<p><a href="https://github.com/co2nex/whitepaper">📄 View Our Whitepaper</a></p>
32+
</body>
33+
</html>

0 commit comments

Comments
 (0)