-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (18 loc) · 995 Bytes
/
index.html
File metadata and controls
21 lines (18 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/Zinova_logo.PNG" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zinova - Empowering Sustainability Through Technology</title>
<meta name="description" content="Zinova tackles food waste and hunger using AI, blockchain, and data-driven insights to connect farmers, restaurants, and NGOs in real time." />
<meta name="author" content="Zinova" />
<meta property="og:title" content="Zinova - Fighting Food Waste with Technology" />
<meta property="og:description" content="AI-powered platform connecting surplus food with communities in need through blockchain transparency and smart logistics." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>