-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 1.14 KB
/
Copy pathindex.html
File metadata and controls
28 lines (23 loc) · 1.14 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PD | Full Stack Developer Portfolio</title>
<meta name="description" content="Welcome to Pamy's portfolio – A full stack developer showcasing projects, skills, and experience in web development, UI/UX design, and more.">
<link rel="icon" type="image/png" href="/assets/favicon.png" />
<meta name="theme-color" content="#000000" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content=" Pamy | Full Stack Developer Portfolio" />
<meta property="og:description" content="Explore Pamy's projects, skills, and experience in web development." />
<meta property="og:image" content="/assets/" />
<meta property="og:url" content="https://new-portfolio-sigma-bice.vercel.app/" />
<meta property="og:type" content="website" />
<!-- Canonical URL -->
<link rel="canonical" href="https://new-portfolio-sigma-bice.vercel.app/"/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>