-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (28 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet" />
<title>Samuel de la Cruz G. | Frontend Developer</title>
<link rel="canonical" href="https://samueldlacruz.netlify.app/" />
<link rel="icon" type="image/png" href="/images/brand/logo.png" />
<meta name="description" content="Samuel de la Cruz G. is a Web developer with experience in HTML, CSS, JavaScript (React and Vue), Node.js and more." />
<meta name="Samuel de la Cruz G." content="Author name" />
<!-- Google / Search Engine Tags -->
<meta itemProp="name" content="Samuel de la Cruz G. | Frontend Developer" />
<meta itemProp="description" content="Samuel de la Cruz G. is a Web developer with experience in HTML, CSS, JavaScript (React and Vue), Node.js and more." />
<meta itemProp="image" content="/images/brand/logo.png" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://samueldlacruz.netlify.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Samuel de la Cruz G.'s portfolio" />
<meta property="og:description" content="Samuel de la Cruz G. is a Web developer with experience in HTML, CSS, JavaScript (React and Vue), Node.js and more." />
<meta property="og:image" content="/images/brand/logo.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>