forked from hamzasaleem2/sticky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (55 loc) · 2.47 KB
/
index.html
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
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/sticky-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ideas that Stick, literally</title>
<meta name="description" content="Organize thoughts, collaborate in real-time, and access your ideas from anywhere. Try it free today!">
<meta name="keywords" content="sticky notes, digital notes, brainstorming, collaboration, productivity, idea organization">
<link rel="canonical" href="https://sticky.today" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://sticky.today">
<meta property="og:title" content="Ideas that Stick, literally">
<meta property="og:description" content="Organize thoughts, collaborate in real-time, and access your ideas from anywhere. Try it free today!">
<meta property="og:image" content="https://stickyapp.com/board.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sticky.today">
<meta property="twitter:title" content="Ideas that Stick, literally">
<meta property="twitter:description" content="Organize thoughts, collaborate in real-time, and access your ideas from anywhere. Try it free today!">
<meta property="twitter:image" content="https://stickyapp.com/board.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap" rel="stylesheet">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Sticky",
"description": "Organize thoughts, collaborate in real-time, and access your ideas from anywhere. Try it free today!",
"applicationCategory": "ProductivityApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Unlimited digital sticky notes",
"Real-time collaboration",
"Cloud sync across devices",
"Customizable note colors",
"Easy organization and search"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<div id="modal"></div>
</body>
</html>