-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (50 loc) · 2.83 KB
/
index.html
File metadata and controls
53 lines (50 loc) · 2.83 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
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Favicon for most browsers -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<!-- Apple Touch Icon (iOS) -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<!-- Android/Chrome icons -->
<link rel="icon" type="image/png" sizes="192x192" href="/favicon/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="/favicon/android-chrome-512x512.png">
<!-- Fallback .ico for older browsers -->
<link rel="shortcut icon" href="/favicon/favicon.ico">
<!-- Optional: Web App Manifest for PWA -->
<link rel="manifest" href="/favicon/site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Eagle+Lake&family=Playfair+Display:wght@700&family=Roboto&display=swap"
rel="stylesheet">
<title>Mohd Sameer | Full Stack Developer Portfolio</title>
<meta name="title" content="Mohd Sameer | Full Stack Developer Portfolio" />
<meta name="description"
content="Hi, I'm Mohd Sameer — a passionate Full Stack Developer building modern web experiences. Check out my skills, projects, and contact info." />
<meta name="keywords"
content="Mohd Sameer, Full Stack Developer, Portfolio, JavaScript, React, Node.js, Web Developer" />
<meta name="author" content="Mohd Sameer" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://sameerfolio.netlify.app/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sameerfolio.netlify.app/" />
<meta property="og:title" content="Mohd Sameer | Full Stack Developer Portfolio" />
<meta property="og:description" content="Explore my projects, skills, and contact information." />
<meta property="og:image" content="https://sameerfolio.netlify.app/logo.svg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sameerfolio.netlify.app/" />
<meta property="twitter:title" content="Mohd Sameer | Full Stack Developer Portfolio" />
<meta property="twitter:description" content="Explore my projects, skills, and contact information." />
<meta property="twitter:image" content="https://sameerfolio.netlify.app/logo.svg" />
</head>
<body>
<div id="root"></div>
<div id="model-root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>