-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (34 loc) · 2.03 KB
/
index.html
File metadata and controls
49 lines (34 loc) · 2.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, maximum-scale=1.0, user-scalable=no" />
<link rel="icon" type="image/png" href="/favicon-96x96.png">
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Virdis" />
<link rel="manifest" href="/site.webmanifest" />
<!-- TODO: Set the document title to the name of your application -->
<!-- HTML Meta Tags -->
<title>Virdis</title>
<meta name="description" content="Satellite-powered analytics platform for mapping, crop health, air quality, and environmental insights.">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://virdis.vercel.app/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/6yvsIaWL9JejSKiKG5bQSW2P9ao1/social-images/social-1776073666821-virdis.webp">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="virdis.vercel.app">
<meta property="twitter:url" content="https://virdis.vercel.app/">
<meta name="twitter:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/6yvsIaWL9JejSKiKG5bQSW2P9ao1/social-images/social-1776073666821-virdis.webp">
<meta property="og:title" content="Virdis">
<meta name="twitter:title" content="Virdis">
<meta property="og:description" content="Satellite-powered analytics platform for mapping, crop health, air quality, and environmental insights.">
<meta name="twitter:description" content="Satellite-powered analytics platform for mapping, crop health, air quality, and environmental insights.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>