-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.98 KB
/
index.html
File metadata and controls
35 lines (31 loc) · 1.98 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/ebook.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>AI eBook Creator - Create Professional eBooks in Minutes</title>
<meta name="title" content="AI eBook Creator - Create Professional eBooks in Minutes" />
<meta name="description" content="Generate high-quality eBooks with AI. From outline to full content and professional covers, AI eBook Creator handles it all in minutes. Start your publishing journey today." />
<meta name="keywords" content="AI eBook creator, eBook generator, AI writing, self-publishing, create ebook online, AI content generation, digital publishing" />
<meta name="author" content="AI eBook Creator" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://e-book-creator-with-ai.vercel.app/" />
<meta property="og:title" content="AI eBook Creator - Create Professional eBooks in Minutes" />
<meta property="og:description" content="Generate high-quality eBooks with AI. Fast, professional, and easy to use." />
<meta property="og:image" content="https://e-book-creator-with-ai.vercel.app/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://e-book-creator-with-ai.vercel.app/" />
<meta property="twitter:title" content="AI eBook Creator - Create Professional eBooks in Minutes" />
<meta property="twitter:description" content="Generate high-quality eBooks with AI. Fast, professional, and easy to use." />
<meta property="twitter:image" content="https://e-book-creator-with-ai.vercel.app/og-image.png" />
<meta name="theme-color" content="#7c3aed" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>