-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
18 lines (18 loc) · 845 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/jpeg" href="/myImg.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dhruv Shanbhag - Portfolio</title>
<meta name="description" content="The online portfolio of Dhruv Shanbhag, which includes all past work and project experiences" />
<meta property="og:title" content="Dhruv Shanbhag - Portfolio" />
<meta property="og:description" content="The online portfolio of Dhruv Shanbhag, which includes all past work and project experiences" />
<meta property="og:url" content="https://dhruvshanbhag.vercel.app/" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>