-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (53 loc) · 2.53 KB
/
index.html
File metadata and controls
61 lines (53 loc) · 2.53 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
50
51
52
53
54
55
56
57
58
59
60
61
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gravity Recorder | Professional, Private Screen Recorder</title>
<link rel="canonical" href="https://gravityrecorder.com" />
<meta name="description"
content="A premium, local-first screen studio for creators. Record high-quality video with circle webcam overlays, studio effects, and direct sync to Google Drive. 100% Private, 100% Free." />
<meta name="keywords"
content="screen recorder, online screen recorder, free screen recorder, loom alternative, tella alternative, privacy focused, gravity studio" />
<meta name="author" content="Uzair Kath" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Gravity Recorder | Professional, Private Screen Recorder" />
<meta property="og:description"
content="A premium, local-first screen studio for creators. Record high-quality video with circle webcam overlays and studio effects." />
<meta property="og:image" content="https://gravityrecorder.com/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Gravity Recorder | Professional, Private Screen Recorder" />
<meta property="twitter:description"
content="A premium, local-first screen studio for creators. Record high-quality video with circle webcam overlays and studio effects." />
<meta property="twitter:image" content="https://gravityrecorder.com/og-image.png" />
<!-- Google Auth Handled via Supabase -->
<!-- Structured Data / JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Gravity Recorder",
"operatingSystem": "Windows, macOS, Linux, ChromeOS",
"applicationCategory": "MultimediaApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"description": "The world's most aesthetic, local-first screen studio. Record high-quality video with webcam overlays, studio effects, and direct sync to Google Drive. 100% Private, 100% Free.",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"reviewCount": "125"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>