-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.43 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
<!doctype html>
<html lang="en">
<head>
<meta name="description" content="I'm Rahul Kumar, a Full Stack Developer specialized in MERN stack development.Just take a look at my portfolio which showcases my projects and skills in React, TailwindCSS, Node.js, and MongoDB. Visit now to explore my work!" />
<meta name="keywords" content="Rahul,kumar rahul,rahul kumar ,Rahul Kumar , Developer , MERN stack , Full Stack Developer, Portfolio, " />
<meta name="author" content="Rahul Kumar" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta property="og:title" content="Rahul's Portfolio" />
<meta property="og:description" content="I'm Rahul Kumar, a Full Stack Developer specializing in MERN stack development.Just take a look at my portfolio which showcasies my projects and skills in React, TailwindCSS, Node.js, and MongoDB. Visit now to explore my work!" />
<link rel="stylesheet" href="/src/Cursor.css">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Rahul Kumar</title>
</head>
<body>
<div id="root"></div>
<div class="cursor-dot"></div>
<div class="cursor-outline"></div>
<script type="module" src="/src/Cursor.js"></script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>