-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 2.35 KB
/
Copy pathindex.html
File metadata and controls
48 lines (43 loc) · 2.35 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
<!doctype html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mustafa Tazwer | MERN Stack Developer Portfolio</title>
<!-- Basic SEO -->
<meta name="description"
content="Mustafa Tazwer is a MERN Stack Developer specializing in React, Node.js, MongoDB, and modern web applications. View projects, skills, and contact details." />
<meta name="keywords"
content="MERN Stack Developer, React Developer, Node.js Developer, MongoDB, JavaScript Developer, Web Developer Portfolio, mustafa-tazwer" />
<meta name="author" content="Mustafa Tazwer" />
<meta name="robots" content="index, follow" />
<!-- Canonical -->
<link rel="canonical" href="https://mustafa-tazwer.vercel.app/" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/favicon.png" />
<!-- Open Graph (Facebook / LinkedIn) -->
<meta property="og:title" content="Mustafa Tazwer | MERN Stack Developer" />
<meta property="og:description"
content="Portfolio of Mustafa Tazwer, a MERN Stack Developer building fast, responsive, and scalable web applications." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mustafa-tazwer.vercel.app/" />
<meta property="og:image" content="https://mustafa-tazwer.vercel.app/og-image.png" />
<meta property="og:image" content="https://mustafa-tazwer.vercel.app/og-image.png" />
<meta property="og:image:secure_url" content="https://mustafa-tazwer.vercel.app/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:image" content="https://mustafa-tazwer.vercel.app/og-image.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://mustafa-tazwer.vercel.app/og-image.png" />
<meta name="twitter:title" content="Mustafa Tazwer | MERN Stack Developer" />
<meta name="twitter:description"
content="MERN Stack Developer portfolio showcasing projects, skills, and experience." />
<meta name="twitter:image" content="https://mustafa-tazwer.vercel.app/og-image.png" />
</head>
<body class="bg-accent">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>