-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (36 loc) · 2.08 KB
/
Copy pathindex.html
File metadata and controls
39 lines (36 loc) · 2.08 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=4" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Charan Munur | Full Stack Developer</title>
<meta name="title" content="Charan Munur | Full Stack Developer" />
<meta name="description" content="Personal portfolio of Charan Munur, a passionate developer specializing in building modern web applications and contributing to open source." />
<meta name="keywords" content="Charan Munur, Portfolio, Developer, Full Stack Developer, React, Springboot, Software Engineer, Web Development, Open Source" />
<meta name="author" content="Charan Munur" />
<link rel="canonical" href="https://charanmunur.in" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://charanmunur.in/" />
<meta property="og:title" content="Charan Munur | Full Stack Developer" />
<meta property="og:description" content="Personal portfolio of Charan Munur, a passionate developer specializing in building modern web applications and contributing to open source." />
<meta property="og:image" content="https://charanmunur.in/images/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://charanmunur.in/" />
<meta property="twitter:title" content="Charan Munur | Full Stack Developer" />
<meta property="twitter:description" content="Personal portfolio of Charan Munur, a passionate developer specializing in building modern web applications and contributing to open source." />
<meta property="twitter:image" content="https://charanmunur.in/images/og-image.png" />
<script
defer
src="https://cloud.umami.is/script.js"
data-website-id="5c1cdac1-da9b-4a9b-80cc-184916a8a5ab"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>