-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
46 lines (46 loc) · 1.73 KB
/
home.html
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 http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SHAH SAMIN YASAR - MERN Stack Developer</title>
<meta
name="description"
content="Hi, I'm Shah Samin Yasar, a MERN stack developer with over 5 years of experience and numerous successful projects. Explore my portfolio to learn more about my skills and feel free to contact me."
/>
<meta name="robots" content="noindex, nofollow" />
<meta
property="og:title"
content="SHAH SAMIN YASAR - MERN Stack Developer"
/>
<meta
property="og:description"
content="Hi, I'm Shah Samin Yasar, a MERN stack developer with over 5 years of experience and numerous successful projects. Explore my portfolio to learn more about my skills and feel free to contact me."
/>
<meta
property="og:image"
itemprop="image"
content="https://shahsaminyasar.github.io/portfolio/media/og_image.png"
/>
<meta property="og:type" content="website" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="250" />
<meta property="og:image:height" content="138" />
<meta
property="og:url"
content="https://shahsaminyasar.github.io/portfolio"
/>
<link rel="icon" type="image/x-icon" href="./media/favicon.jpg" />
<meta
http-equiv="refresh"
content="0; URL=https://shahsaminyasar.github.io/portfolio"
/>
</head>
<body>
<p>
If you are not redirected automatically to the main page,
<a href="https://shahsaminyasar.github.io/portfolio">CLICK HERE</a>.
</p>
</body>
</html>