-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (58 loc) · 2.87 KB
/
index.html
File metadata and controls
61 lines (58 loc) · 2.87 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/svg+xml" href="/favicon.svg?v=2" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#000000" />
<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="Lyrictor" />
<title>Lyrictor</title>
<meta
name="description"
content="Free browser-based lyric video editor with beat-synced visualizers, AI-generated backgrounds, and Apple Music-style scroll, plus desktop YouTube support. No download required for web editing."
/>
<meta
name="keywords"
content="lyric video, lyric video maker, lyric video editor, YouTube lyric video, YouTube lyric video maker, free video editor, online video editor, browser video editor, open source, music video"
/>
<link rel="canonical" href="https://lyrictor.com/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Lyrictor" />
<meta property="og:description" content="Free browser-based lyric video editor with beat-synced visualizers, AI-generated backgrounds, and Apple Music-style scroll, plus desktop YouTube support. No download required for web editing." />
<meta property="og:url" content="https://lyrictor.com/" />
<meta property="og:site_name" content="Lyrictor" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Lyrictor" />
<meta name="twitter:description" content="Free browser-based lyric video editor with beat-synced visualizers, AI-generated backgrounds, and Apple Music-style scroll, plus desktop YouTube support." />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Lyrictor",
"url": "https://lyrictor.com",
"description": "Create precise lyric videos with beat-reactive visuals in a free browser editor, with desktop support for YouTube-backed projects.",
"applicationCategory": "MultimediaApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"browserRequirements": "Requires JavaScript. Works best in Chrome, Firefox, Safari, and Edge."
}
</script>
<link rel="apple-touch-icon" href="/favicon.svg?v=2" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>