-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 2 KB
/
Copy pathindex.html
File metadata and controls
37 lines (33 loc) · 2 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DevFest São José dos Campos 2025 - GDG SJC</title>
<meta name="description" content="O maior evento de tecnologia da região! Junte-se a nós para um dia repleto de aprendizado, networking e inovação com três trilhas simultâneas." />
<meta name="keywords" content="DevFest, GDG, Google, Tecnologia, São José dos Campos, Desenvolvimento, Flutter, Android, Cloud" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gdgsjc.github.io/devfest/" />
<meta property="og:title" content="DevFest São José dos Campos 2025" />
<meta property="og:description" content="O maior evento de tecnologia da região! Três trilhas simultâneas, palestrantes incríveis e muito networking." />
<meta property="og:image" content="https://gdgsjc.github.io/devfest/images/og-image.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://gdgsjc.github.io/devfest/" />
<meta property="twitter:title" content="DevFest São José dos Campos 2025" />
<meta property="twitter:description" content="O maior evento de tecnologia da região! Três trilhas simultâneas, palestrantes incríveis e muito networking." />
<meta property="twitter:image" content="https://gdgsjc.github.io/devfest/images/og-image.jpg" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="alternate icon" href="/favicon.png" />
<!-- Google Fonts -->
<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=Google+Sans:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>