-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 1.35 KB
/
index.html
File metadata and controls
26 lines (24 loc) · 1.35 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cloud Intel - Competitive Intelligence for Cloud Storage</title>
<meta name="description" content="Track cloud storage announcements from AWS, Azure, and GCP in one place. Stay ahead of competitor moves with real-time alerts and smart filtering." />
<meta name="keywords" content="cloud storage, AWS, Azure, GCP, competitive intelligence, product announcements" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="theme-color" content="#0a0d14" />
<!-- Open Graph -->
<meta property="og:title" content="Cloud Intel - Competitive Intelligence for Cloud Storage" />
<meta property="og:description" content="Track cloud storage announcements from AWS, Azure, and GCP in one place." />
<meta property="og:type" content="website" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Cloud Intel - Competitive Intelligence for Cloud Storage" />
<meta name="twitter:description" content="Track cloud storage announcements from AWS, Azure, and GCP in one place." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>