-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (44 loc) · 2.16 KB
/
index.html
File metadata and controls
51 lines (44 loc) · 2.16 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="favicon.svg" type="image/svg+xml">
<link rel="canonical" href="https://pushodev.vercel.app/">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow">
<meta name="author" content="Luis A. Guisado Lavañino">
<meta name="keywords"
content="desarrollador, software, fullstack, PHP, backend, freelancer, Cuba, portfolio, programador, luis, guisado, lavañino, pushodev, proyectos, experiencia, habilidades, contacto">
<meta name="description"
content="Pushodev - Desarrollador de software freelance fullstack. Especializado en PHP y Soluciones de Problemas Informáticos. ¡Contáctame para tu próximo proyecto!">
<title>Pushodev | Desarrollador de Software Fullstack - Freelancer</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://pushodev.vercel.app/">
<meta property="og:title" content="Pushodev | Desarrollador de Software Fullstack">
<meta property="og:description"
content="Desarrollador de software freelance especializado en PHP y backend. Mira mi trabajo y contáctame.">
<meta property="og:site_name" content="Pushodev Portfolio">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Pushodev | Desarrollador de Software Fullstack">
<meta name="twitter:description"
content="Desarrollador de software freelance especializado en Soluciones de Problemas Informáticos. Mira mi trabajo y contáctame.">
<!-- Google Console Search -->
<meta name="google-site-verification" content="Lqs1FTATx9ELaN8Y-rKOJ_WwKKPpKHqcXIzjikww91c" />
<!-- Theme Color -->
<meta name="theme-color" content="#2563eb">
<link href="main.css" rel="stylesheet">
<!-- Meta Verificated -->
<meta name="facebook-domain-verification" content="1en73vzwboj33cmxsvzxq5j29uj7yb" />
</head>
<script>
new EventSource('/esbuild').addEventListener('change', () =>
location.reload()
)
</script>
<body>
<div id="app"></div>
<script src="main.js"></script>
</body>
</html>