-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 1.34 KB
/
Copy pathindex.html
File metadata and controls
24 lines (22 loc) · 1.34 KB
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 charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/fav.webp" />
<meta property="og:title" content="Mithesh's Portfolio" />
<meta property="og:description" content="Explore my dynamic portfolio, showcasing my expertise as a full-stack developer and a collection of projects. Discover cutting-edge web development, design, and technology skills that bring creativity to life." />
<meta name="description" content="Explore my dynamic portfolio, showcasing my expertise as a full-stack developer and a collection of projects. Discover cutting-edge web development, design, and technology skills that bring creativity to life." />
<meta name="keywords" content="portfolio, Mithesh, web development, design, front end, full stack" />
<meta name="author" content="Mithesh" />
<meta name="robots" content="index, follow" />
<link href="https://fonts.googleapis.com/css2?family=Urbanist:wght@700&display=swap" rel="stylesheet" />
<link href="https://api.fontshare.com/v2/css?f[]=satoshi@1,300,500&display=swap" rel="stylesheet" />
<title>Mithesh's Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
</html>