-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 2.15 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Портфоліо фронтенд-розробника Коваль Назар(Koval Nazar): проєкти, навички, досвід роботи та контактна інформація для співпраці." />
<meta name="description:eng" content="Portfolio of frontend developer Koval Nazar: projects, skills, work experience, and contact information for collaboration." />
<meta name="keywords" content="Portfolio, FrontEnd, Koval Nazar, Koval, Nazar, Projects, skills, experience, contacts, information, Typescript, Animation, Purple, Styled-Components, Module Architecture, Vercel" />
<meta name="creator" content="Nazar Koval aka Liknox" />
<meta name="created_By" content="Nazar_Koval aka Liknox" />
<meta name="og:title" content="Nazar Koval's Personal Page" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://personal-page-flame.vercel.app/" />
<meta name="og:img" content="https://personal-page-flame.vercel.app/public/og-image.png" />
<meta name="og:description" content="Portfolio of frontend developer Koval Nazar: projects, skills, work experience, and contact information for collaboration." />
<meta name="og:locale" content="en_US" />
<meta name="og:locale:alternate" content="uk_UA" />
<meta name="og:site_name" content="Nazar Koval's Personal Page" />
<meta name="og:site_url" content="https://personal-page-flame.vercel.app/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Nazar Koval's Personal Page" />
<meta name="twitter:description" content="Portfolio of frontend developer Koval Nazar: projects, skills, work experience, and contact information for collaboration." />
<title>Nazar Koval's Personal Page</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>