-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (35 loc) · 1.15 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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/epetconf.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Evento creado con el objetivo de promover la oratoria en los estudiantes, ampliar nuestra mente a nuevas ideas, mediante charlas de estudiantes y invitados."
/>
<meta
name="keywords"
content="INNOVACIÓN,
TECNOLOGIA,
EXPERIENCIAS,
HABILIDADES BLANDAS,
AUTOMATIZACIÓN,
IA"
/>
<meta name="robots" content="index,follow" />
<meta name="author" content="epetConf" />
<meta http-equiv="expires" content="Wed, 23 Nov 2022 08:45:00 GMT-3" />
<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=Inter:wght@300;400;500;700&family=Poppins:wght@600;700&display=swap"
rel="stylesheet"
/>
<title>EpetConf</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>