-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
23 lines (22 loc) · 883 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="skillup-logo.png" type="image/png">
<meta name="description" content="SkillUp - Ofertas de trabajo y cursos">
<meta name="color-scheme" content="light">
<meta property="og:type" content="website"/>
<meta property="og:locale" content="es_MX"/>
<meta property="og:site_name" content="SkillUp"/>
<meta property="og:url" content="https://is-skillup.netlify.app/"/>
<meta property="og:title" content="SkillUp"/>
<meta property="og:description" content="SkillUp - Ofertas de trabajo y cursos"/>
<!-- Poner las demás etiquetas -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SkillUp</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>