-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (30 loc) · 1.71 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
<!doctype html>
<html lang="en">
<head>
<meta name="author" content="Luan Conte Soares">
<meta name="description" content="This is my personal website, I hope to create solutions and be able to help our society become a better place.">
<meta property="og:image" content="http://i.postimg.cc/wBVP27qH/og-image.png" />
<meta property="og:image:secure_url" content="https://i.postimg.cc/wBVP27qH/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 property="twitter:image" content="https://i.postimg.cc/wBVP27qH/og-image.png">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="LCS - Luan Conte Soares | Personal Website">
<meta property="twitter:description" content="This is my personal website, I hope to create solutions and be able to help our society become a better place.">
<meta property="og:locale" content="pt_BR" />
<meta property="og:type" content="website" />
<meta property="og:title" content="LCS - Luan Conte Soares | Personal Website" />
<meta property="og:description" content="This is my personal website, I hope to create solutions and be able to help our society become a better place." />
<meta property="og:url" content="https://www.luancs.com.br" />
<meta property="og:site_name" content="LCS - Luan Conte Soares" />
<meta charset="UTF-8" />
<link rel="icon" type="image/webp" href="/logo.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LuanCS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>