-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.66 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="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Soy Omar Díaz Hernández, un desarrollador frontend con HTML, CSS, JavaScript y React. En mi portafolio web podrás encontrar algunos de mis proyectos más recientes."
/>
<meta
name="keywords"
content="Omar Díaz Hernández, desarrollador frontend, HTML, CSS, JavaScript, React, proyectos, portafolio,frontend"
/>
<meta name="author" content="Omar Díaz Hernández" />
<meta name="robots" content="index, follow" />
<meta name="referrer" content="no-referrer" />
<meta name="referrer-policy" content="same-origin" />
<meta name="generator" content="Visual Studio Code" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#ffffff" />
<meta name="apple-mobile-web-app-status-bar-style" content="#ff0" />
<meta name="format-detection" content="telephone=no" />
<title>Omar Díaz Hernández | Frontend developer</title>
<link rel="canonical" href="https://omar-diaz.vercel.app/" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<!-- Googlefonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>