-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (49 loc) · 2.37 KB
/
index.html
File metadata and controls
54 lines (49 loc) · 2.37 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CreatorOps — Turn content chaos into a calm pipeline</title>
<meta
name="description"
content="CreatorOps is an export-first content planning system for creators: Library → Smart Mix → Sequence → Planner → Captions → Export."
/>
<meta
name="keywords"
content="CreatorOps, content ops, content planning, Instagram planning, creator workflow, smart mix, captions, export pack"
/>
<meta name="theme-color" content="#05070B" />
<meta name="color-scheme" content="dark light" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Replace with final production domain when ready -->
<link rel="canonical" href="https://creatorops.pages.dev/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="CreatorOps" />
<meta property="og:title" content="CreatorOps — Turn content chaos into a calm pipeline" />
<meta
property="og:description"
content="Library → Smart Mix → Sequence → Planner → Captions → Export. A premium export-first content system for creators."
/>
<meta property="og:url" content="https://creatorops.pages.dev/" />
<meta property="og:image" content="/creatorops/og/creatorops-og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="CreatorOps product preview and export grid" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CreatorOps — Turn content chaos into a calm pipeline" />
<meta
name="twitter:description"
content="Library → Smart Mix → Sequence → Planner → Captions → Export. A premium export-first content system for creators."
/>
<meta name="twitter:image" content="/creatorops/og/creatorops-og.png" />
<meta name="twitter:image:alt" content="CreatorOps product preview and export grid" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>