-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en-US">
<head prefix="og: http://ogp.me/ns# profile: http://ogp.me/ns/profile#">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Andrei Novysh</title>
<meta property="title" content="Andrei Novysh" />
<meta property="og:title" content="Andrei Novysh" />
<meta property="og:type" content="profile" />
<meta property="og:description" content="Software developer CV">
<meta property="profile:first_name" content="Andrei" />
<meta property="profile:last_name" content="Novysh" />
<meta property="profile:username" content="whiteb3ar" />
<meta property="profile:gender" content="male">
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://andreinovysh.me/" />
<meta property="og:url" content="https://andreinovysh.me/" />
<meta property="og:site_name" content="andreinovysh.me" />
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"Person",
"name":"Andrei Novysh",
"headline":"Andrei Novysh",
"url":"http://andreinovysh.me/"
}
</script>
</head>
<body>
<h1>Andrei Novysh</h1>
</body>
</html>