-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (49 loc) · 2.92 KB
/
Copy pathindex.html
File metadata and controls
56 lines (49 loc) · 2.92 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<!-- Primary meta -->
<title>Reecap — Turn your photos into a cinematic video recap</title>
<meta name="description"
content="Reecap is a free, browser-based editor that turns your photos into a cinematic video recap — with transitions, captions, music, and one-click MP4 export. No upload, no account." />
<meta name="keywords"
content="photo to video, recap video maker, slideshow maker, online video editor, free video editor, browser video editor, photo video animation, MP4 export, video transitions, captions, reels maker, shorts maker, no upload video editor" />
<meta name="author" content="Rakibul Islam" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#FF3D03" />
<link rel="canonical" href="https://reecap.vercel.app/" />
<!-- Icons -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Reecap" />
<!-- Open Graph (Facebook, LinkedIn, Instagram, WhatsApp, etc.) -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Reecap" />
<meta property="og:url" content="https://reecap.vercel.app/" />
<meta property="og:title" content="Reecap — Turn your photos into a cinematic video recap" />
<meta property="og:description"
content="A free, browser-based editor that animates your photos into a shareable MP4 — transitions, captions, music, and a real timeline. No upload, no account." />
<meta property="og:image" content="https://reecap.vercel.app/og-image.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Reecap — turn your photos into a cinematic recap" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@rakibulism" />
<meta name="twitter:creator" content="@rakibulism" />
<meta name="twitter:title" content="Reecap — Turn your photos into a cinematic video recap" />
<meta name="twitter:description"
content="A free, browser-based editor that animates your photos into a shareable MP4 — transitions, captions, music, and a real timeline." />
<meta name="twitter:image" content="https://reecap.vercel.app/og-image.jpg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>