-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
44 lines (41 loc) · 1.39 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<!-- UTF-8 Support -->
<meta charset="UTF-8" />
<!-- IE Compatibility -->
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Theme Color -->
<meta name="theme-color" content="#0E0C15E6" />
<!-- Description -->
<meta
name="description"
content="Modern Animated SaaS Generative AI Landing Page"
/>
<!-- Author -->
<meta name="author" content="Oliver Elias" />
<!-- Keywords -->
<meta
name="keywords"
content="reactjs, framer-motion, netlify, react, modern-ui, modern-ux, ai, artificial-intelligence, dark-theme, react-themes, postcss, prettier, react-dom, tailwindcss, tailwindcss-animate, ui/ux, js, javascript, typescript, eslint, html, css, js, react"
/>
<!-- Icon -->
<link rel="icon" type="image/ico" href="/favicon.ico" sizes="48x48" />
<link rel="icon" type="image/png" href="/favicon1.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon2.png" sizes="32x32" />
<link
rel="apple-touch-icon"
href="/apple-icon.png"
type="image/png"
sizes="180x180"
/>
<!-- Title -->
<title>Brainwave</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>