-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.71 KB
/
index.html
File metadata and controls
46 lines (43 loc) · 1.71 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
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dhruv Verma | Software Developer</title>
<meta
name="description"
content="Portfolio of Dhruv Verma, a software developer specializing in MERN stack, building scalable, reliable, and secure applications with great user experiences."
/>
<meta name="author" content="Dhruv Verma" />
<!-- OpenGraph / Social Meta Tags (Replace with your own) -->
<meta property="og:title" content="Dhruv Verma | Software Developer" />
<meta
property="og:description"
content="Portfolio of Dhruv Verma, a software developer specializing in MERN stack."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://yourwebsite.com/og-image.png" />
<!-- Replace with your image -->
<meta property="og:url" content="https://yourwebsite.com" />
<!-- Add your URL -->
<!-- Twitter Meta Tags (Replace with your own) -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Dhruvvermax" />
<meta name="twitter:creator" content="@Dhruvvermax" />
<meta name="twitter:title" content="Dhruv Verma | Software Developer" />
<meta
name="twitter:description"
content="Portfolio of Dhruv Verma, MERN stack developer."
/>
<meta
name="twitter:image"
content="https://yourwebsite.com/twitter-card.png"
/>
<!-- Replace -->
</head>
<body>
<div id="root"></div>
<!-- Your custom scripts (Remove GPT Engineer script if not needed) -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>