-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 963 Bytes
/
index.html
File metadata and controls
32 lines (29 loc) · 963 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Brainwave is a AI Chat capable webiste which provides you to generate text, audio and video contents by proving commands.It describe how to achive your certain problems and provide comphrensive guide for how to use it."
/>
<meta name="theme-color" content="#0E0C15" />
<link rel="manifest" href="./manifest.json" />
<link
rel="icon"
type="image/svg+xml"
href="./src/assets/brainwave-symbol.svg"
/>
<link
rel="preload"
href="./src/assets/hero/hero-background.jpg"
as="image"
/>
<link rel="preload" href="./src/assets/hero/robot.jpg" as="image" />
<title>Brainwave</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>