-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (26 loc) · 1.33 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blitz-AI: Advanced AI Solutions for Superior Content Creation</title>
<meta name="description"
content="Blitz-AI offers cutting-edge AI technology for creating exceptional content. Enhance your photos, videos, and more with our innovative solutions." />
<meta name="keywords" content="AI, content creation, photo editing, video editing, AI solutions, Blitz-AI" />
<meta name="robots" content="index, follow" />
<meta name="author" content="codebyte" />
<meta property="og:title" content="Blitz-AI: Revolutionizing AI-Powered Content Creation" />
<meta property="og:description"
content="Discover Blitz-AI, the ultimate platform for creating stunning content with advanced AI technology. Elevate your content creation effortlessly." />
<meta property="og:image" content="/robot.jpg" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Blitz-AI" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://codebyte0.github.io/Blitz-AI/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>