-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 1.7 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
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OWU - Code pop 2025</title>
<meta
name="description"
content="OWU CodePop es una conferencia diseñada para inspirar a los jóvenes a explorar el mundo de la programación desde una perspectiva fresca y creativa."
/>
<meta name="publisher" content="OWU" />
<meta name="author" content="OWU" />
<meta
name="authors"
content="[
{name: 'Julio barrios', url: 'https://github.com/jubar'},
{name: 'Santiago Ferreira', url: 'https://github.com/san650'},
{name: 'Mauricio Mena', url: 'https://github.com/lvl4ul2i'},
{name: 'Kevin Expósito', url: 'https://github.com/kexposito'},
{name: 'Laura Rodríguez', url: 'https://github.com/lauralpt'},
]"
/>
<meta name="date" content="2025-04-05" />
<meta name="designer" content="OWU" />
<meta name="copyright" content="OWU" />
<meta
name="keywords"
content="OWU, CodePop, 2025, programación, conferencia"
/>
<meta name="robots" content="index, follow" />
<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=Bangers&family=Cutive+Mono&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>