-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (52 loc) · 3.46 KB
/
index.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/linux.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#593E67" />
<!-- Primary Meta Tags -->
<title>AndyAnh - Linux Enthusiast & Frontend Developer</title>
<meta name="title" content="AndyAnh - Linux Enthusiast & Frontend Developer" />
<meta name="description" content="Linux enthusiast and freelance front-end developer, focused on crafting user-centered web solutions and driven by a passion for open-source development." />
<meta name="keywords" content="Linux, Frontend Developer, Web Development, React, JavaScript, Portfolio, AndyAnh" />
<meta name="author" content="AndyAnh" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://myportfolio-andyanh.vercel.app/">
<meta property="og:title" content="AndyAnh - Linux Enthusiast & Frontend Developer">
<meta property="og:description" content="Linux enthusiast and freelance front-end developer, focused on crafting user-centered web solutions and driven by a passion for open-source development.">
<meta property="og:image" content="/VA.jpg">
<!-- Instagram -->
<meta property="og:site_name" content="AndyAnh Portfolio" />
<meta property="og:image:alt" content="AndyAnh - Portfolio Preview" />
<!-- Zalo -->
<meta property="zalo:app_id" content="2371185829891058578" />
<meta property="zalo:title" content="AndyAnh - Linux Enthusiast & Frontend Developer" />
<meta property="zalo:description" content="Linux enthusiast and freelance front-end developer, focused on crafting user-centered web solutions and driven by a passion for open-source development." />
<meta property="zalo:image" content="/VA.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://myportfolio-andyanh.vercel.app/" />
<meta property="twitter:title" content="AndyAnh - Linux Enthusiast & Frontend Developer" />
<meta property="twitter:description" content="Linux enthusiast and freelance front-end developer, focused on crafting user-centered web solutions and driven by a passion for open-source development." />
<meta property="twitter:image" content="/VA.jpg" />
<!-- Pinterest -->
<meta name="pinterest-rich-pin" content="true" />
<meta name="pinterest:description" content="Linux enthusiast and freelance front-end developer, focused on crafting user-centered web solutions and driven by a passion for open-source development." />
<meta name="pinterest:image" content="/VA.jpg" />
<!-- LinkedIn -->
<meta property="linkedin:title" content="AndyAnh - Linux Enthusiast & Frontend Developer" />
<meta property="linkedin:description" content="Linux enthusiast and freelance front-end developer, focused on crafting user-centered web solutions and driven by a passion for open-source development." />
<meta property="linkedin:image" content="/VA.jpg" />
<!-- Canonical URL -->
<link rel="canonical" href="https://myportfolio-andyanh.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>