-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (59 loc) · 2.22 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
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/react.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React + TS 💎 + FramerMotion👩🚀 + GSAP 🧜♂️ : by Mahdi Soultana</title>
<meta
name="keywords"
content="React,TS,Typescript,GSAP,GreenSock,Framer-Motion,Mahdi Soultana"
/>
<meta
name="description"
content="portolio demos shows interactive example Apps with React , typescirpt, gsap, and framer-motion ,from pintrest and dribble sites inspiration.
hope you get some value from my code !
please give a credit , i need your support buddy !👩🚀.
have a nice day , enjoy ✨💫
Mahdi Soultana ."
/>
<meta name="author" content="Mahdi Soultana" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- -->
<link
href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,700&display=swap"
rel="stylesheet"
/>
<!-- -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,700&display=swap"
rel="stylesheet"
/>
<!-- -->
<link
href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,700&display=swap"
rel="stylesheet"
/>
<!-- -->
<link
href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<!-- -->
<link
href="https://www.dafontfree.net/embed/c2NvdGNoLWRpc3BsYXkmZGF0YS8zMS9zLzE3OTg2L1Njb3RjaC1EaXNwbGF5Lm90Zg"
rel="stylesheet"
type="text/css"
/>
<!-- -->
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>