-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.07 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Nipan Debnath's portfolio showcasing web development projects and skills."
/>
<meta
name="keywords"
content="web development, frontend, react, portfolio, Nipan Debnath"
/>
<meta name="author" content="Nipan Debnath" />
<link
rel="shortcut icon"
href="/src/assets/portfolio-logo.png"
type="image/x-icon"
/>
<meta property="og:title" content="Nipan Debnath | Portfolio" />
<meta
property="og:description"
content="Explore Nipan's web development portfolio."
/>
<meta property="og:image" content="URL to an image for sharing" />
<meta property="og:url" content="URL to your portfolio" />
<meta name="twitter:card" content="summary_large_image" />
<title>Nipan Debnath | Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>