-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (22 loc) · 1.21 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
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/favicon5.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords"
content="Portfolio, Webdev, Developer, Software Developer, React, HTML, CSS, Frontend, Front End, Full-stack, Full stack,JavaScript, TypeScript, Tailwind, CSS" />
<meta name="author" content="Carlos Paredes" />
<meta name="description" content="Welcome! Here you will find my Web Developer skills, mainly focused on Front End and using React. Check it out and connect with me." />
<meta property="og:image" content="https://www.charly-dev.com/screenshot-home2.png" />
<meta property="og:image:width" content="1897" />
<meta property="og:image:height" content="946" />
<meta property="og:title" content="Charly Developer" />
<meta property="og:description" content="Welcome to my Website. Here you will find my Web Developer skills, mainly focused on Front End and using React. Check it out and connect with me."/>
<title>Charly Developer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>