-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (40 loc) · 2.41 KB
/
index.html
File metadata and controls
46 lines (40 loc) · 2.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>ChatCut · AI-Powered Video Editor | Nothing OS Style</title>
<meta name="title" content="ChatCut · AI-Powered Video Editor | Nothing OS Style" />
<meta name="description" content="A Nothing OS–inspired AI video editor that blends visual, audio, and conversational intelligence powered by Google Gemini. Edit videos through natural language chat." />
<meta name="keywords" content="AI video editor, video editing, Gemini AI, natural language editing, ChatCut, Nothing OS, video transcription, AI assistant" />
<meta name="author" content="ChatCut Team" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="theme-color" content="#F0F0F0" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cuthing.vercel.app/" />
<meta property="og:title" content="ChatCut · AI-Powered Video Editor" />
<meta property="og:description" content="Edit videos through natural language chat. Powered by Google Gemini multimodal AI." />
<meta property="og:image" content="/favicon.png" />
<meta property="og:site_name" content="ChatCut" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://cuthing.vercel.app/" />
<meta property="twitter:title" content="ChatCut · AI-Powered Video Editor" />
<meta property="twitter:description" content="Edit videos through natural language chat. Powered by Google Gemini multimodal AI." />
<meta property="twitter:image" content="/favicon.png" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&family=Pixelify+Sans:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Background Layer -->
<div class="fixed inset-0 bg-nothing-dots pointer-events-none z-0"></div>
<div id="root" class="h-full w-full relative z-10"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>