-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (27 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark">
<meta name="theme-color" content="#26a69a" />
<link rel="icon" href="/favicon.ico" />
<title>Daniel Solarte || Portfolio</title>
<meta name="description" content="Full-Stack software developer, if you want to hire a software developer look my profile clicking here.">
<meta name="keywords" content="Daniel Solarte, Daniel Solarte Chaverra, Full-Stack, fullstack, Front-End, frontend, Back-End, backend, Developer, desarrollador, ReactJS, react, TypeScript, ts, JavaScript, js, programmer, programador, software, NodeJS, node, Deno, Rust, Figma, danielsolartech, dsolartec, 100DaysOfCode, portfolio, it, technology, GraphQL">
<!-- Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://danielsolarte.co">
<meta property="og:title" content="Daniel Solarte Chaverra | Portfolio">
<meta property="og:description" content="Full-Stack software developer, if you want to hire a software developer look my profile clicking here.">
<meta property="og:image" content="https://danielsolarte.co/images/avatar.webp">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@dsolartec">
<meta name="twitter:creator" content="@dsolartec">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>