-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (47 loc) · 1.86 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
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="A modern Nike website clone showcasing fluid animations, interactive elements, and a unique following cursor effect. Built with Vite React, Tailwind CSS, Framer Motion, and GSAP."
/>
<meta
name="keywords"
content="Nike, clone, website, Vite, React, Tailwind CSS, Framer Motion, GSAP, animation, UI, design, frontend development"
/>
<meta name="author" content="BurningHat" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Nike React Clone" />
<meta
property="og:description"
content="A modern Nike website clone showcasing fluid animations, interactive elements, and a unique following cursor effect. Built with Vite React, Tailwind CSS, Framer Motion, and GSAP."
/>
<meta
property="og:image"
content="https://i.ibb.co/TvpVhSk/Untitled-design-1.jpg"
/>
<meta
property="og:url"
content="https://nike-clone-burninghat.vercel.app/"
/>
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Nike React Clone" />
<meta
name="twitter:description"
content="A modern Nike website clone showcasing fluid animations, interactive elements, and a unique following cursor effect. Built with Vite React, Tailwind CSS, Framer Motion, and GSAP."
/>
<meta
name="twitter:image"
content="https://i.ibb.co/TvpVhSk/Untitled-design-1.jpg"
/>
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<title>Nike React Clone</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>