-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
32 lines (29 loc) · 1.63 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
<!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="Portfolio website of Nishant Banjade, a Software Engineer.">
<meta name="keywords" content="portfolio, software engineer, developer, Nishant Banjade">
<meta name="author" content="Nishant Banjade">
<link rel="icon" type="image/png" href="/src/assets/images/Nishant Banjade.png">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Nishant Banjade - Software Engineer">
<meta property="og:description" content="Explore the portfolio of Nishant Banjade, a Software Engineer specializing in web development and software design.">
<meta property="og:image" content="https://nishantbanjade.com.np/assets/Nishant%20Banjade-d7404215.png">
<meta property="og:url" content="https://www.nishanbanjade.com.np">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Nishant Banjade's Portfolio">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@NishantBanjade1">
<meta name="twitter:title" content="Nishant Banjade - Software Engineer">
<meta name="twitter:description" content="Explore the portfolio of Nishant Banjade, a Software Engineer specializing in web development and software design.">
<meta name="twitter:image" content="https://nishantbanjade.com.np/assets/Nishant%20Banjade-d7404215.png">
<title>Nishant Banjade - Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>