-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (25 loc) · 1.04 KB
/
Copy pathindex.html
File metadata and controls
34 lines (25 loc) · 1.04 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Title -->
<title>Dishen Gajera | Full Stack Software Developer | MERN Stack</title>
<!-- SEO Description -->
<meta name="description"
content="Explore the portfolio of Dishen Gajera, a Full Stack MERN Developer showcasing skills, experience, and modern web development work." />
<!-- Open Graph -->
<meta property="og:title" content="Dishen Gajera | Full Stack MERN Developer" />
<meta property="og:description"
content="Explore MERN stack projects including real-time chat applications and full-stack web development." />
<meta property="og:image" content="/preview.png" />
<meta property="og:url" content="https://dishen-portfolio.vercel.app/" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>