-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (33 loc) · 2.32 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<title>Aayush Kumar Kumawat</title>
<meta name="description" content="Aayush Kumar Kumawat (Aayush259) - Full-stack developer proficient in Next.js, React, TypeScript, Node.js, and more. Check out my projects and connect with me on LinkedIn, GitHub, and X." />
<meta name="keywords" content="Aayush Kumar Kumawat, Aayush259, Full-stack Developer, Next.js Developer, React Developer, TypeScript, MERN Stack, GitHub, LinkedIn, Portfolio" />
<meta name="author" content="Aayush Kumar Kumawat (Aayush259)" />
<meta property="og:title" content="Aayush Kumar Kumawat (Aayush259) - Full-stack Developer" />
<meta property="og:description" content="Explore my projects and connect with me on LinkedIn, GitHub, and X. Proficient in Next.js, React, TypeScript, Node.js, and MERN stack." />
<meta property="og:image" content="/Aayush.jpeg" />
<meta property="og:url" content="https://aayush-kumar-kumawat.netlify.app/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Aayush Kumar Kumawat (Aayush259) - Full-stack Developer" />
<meta name="twitter:description" content="Check out my projects and connect with me on LinkedIn, GitHub, and X. Proficient in Next.js, React, TypeScript, Node.js and MERN stack." />
<meta name="twitter:image" content="/Aayush.jpeg" />
<meta name="twitter:site" content="@Aayush259_" />
<link rel="canonical" href="https://aayush-kumar-kumawat.netlify.app/" />
<link rel="me" href="https://github.com/Aayush259" />
<link rel="me" href="https://www.linkedin.com/in/aayush-kumar-kumawat/" />
<link rel="me" href="https://x.com/Aayush259_" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>