-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 2.36 KB
/
Copy pathindex.html
File metadata and controls
37 lines (37 loc) · 2.36 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Brainwave – Modern AI Chat UI/UX Landing | React, Vite, TypeScript, Tailwind</title>
<meta
name="description"
content="Brainwave is a modern UI/UX landing page for AI chat, built with React, Vite, TypeScript, and Tailwind CSS. Sleek design, seamless animations, reusable components, and advanced web features. Live demo showcase."
/>
<meta name="author" content="Arnob Mahmud" />
<meta name="keywords"
content="Brainwave, React, Vite, TypeScript, Tailwind CSS, UI/UX, Modern Web, AI Chat, Parallax, Responsive, Components, Design System, Roadmap, Features, Tutorial, JavaScript, Reusable, Scalable, Open Source, Arnob Mahmud, Framer Motion"
/>
<meta name="contact" content="contact@arnobmahmud.com" />
<meta name="website" content="https://www.arnobmahmud.com" />
<link rel="canonical" href="https://brainwave-ui-landing.vercel.app/" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="preload" href="/vite.svg" as="image" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://brainwave-ui-landing.vercel.app/" />
<meta property="og:title" content="Brainwave – Modern AI Chat UI/UX Landing | React, Vite, TypeScript, Tailwind" />
<meta property="og:description" content="Brainwave is a modern UI/UX landing page for AI chat, built with React, Vite, TypeScript, and Tailwind CSS. Sleek design, seamless animations, reusable components." />
<meta property="og:image" content="https://brainwave-ui-landing.vercel.app/vite.svg" />
<meta property="og:site_name" content="Brainwave Landing" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Brainwave – Modern AI Chat UI/UX Landing" />
<meta name="twitter:description" content="Brainwave is a modern UI/UX landing page for AI chat, built with React, Vite, TypeScript, and Tailwind CSS." />
<meta name="twitter:image" content="https://brainwave-ui-landing.vercel.app/vite.svg" />
<meta name="theme-color" content="#0E0C15" />
<link rel="apple-touch-icon" href="/vite.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>