-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (39 loc) · 2.3 KB
/
index.html
File metadata and controls
45 lines (39 loc) · 2.3 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
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo_blue.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>MVP Conf 2025 Brasil | O Maior Evento de Especialistas Microsoft</title>
<meta name="title" content="MVP Conf 2025 Brasil | O Maior Evento de Especialistas Microsoft" />
<meta name="description"
content="Junte-se aos especialistas Microsoft MVP no maior evento de tecnologia do Brasil. Dias 24 e 25 de Outubro de 2025 em São Paulo na UNIP Campus Paraíso/Vergueiro. Palestras exclusivas, networking e inovação com os melhores profissionais do ecossistema Microsoft." />
<meta name="keywords"
content="Microsoft MVP, MVP Conf 2025, evento tecnologia, São Paulo, Microsoft Brasil, palestrantes, networking, Azure, .NET, Power Platform, Microsoft 365, desenvolvimento, cloud computing" />
<meta name="author" content="MVP Conf Brasil" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<meta name="language" content="Portuguese" />
<meta name="revisit-after" content="7 days" />
<meta name="distribution" content="global" />
<meta name="rating" content="general" />
<!-- Canonical URL -->
<link rel="canonical" href="https://mvpconf.com.br/" />
<!-- Favicon and Icons -->
<link rel="icon" type="image/svg+xml" href="https://mvpconf.com.br/logo_blue.png" />
<link rel="apple-touch-icon" sizes="180x180" href="https://mvpconf.com.br/logo_blue.png" />
<link rel="icon" type="image/png" sizes="32x32" href="https://mvpconf.com.br/logo_blue.png" />
<link rel="icon" type="image/png" sizes="16x16" href="https://mvpconf.com.br/logo_blue.png" />
<link rel="mask-icon" href="https://mvpconf.com.br/logo_blue.png" color="#0078d4" />
<meta name="msapplication-TileColor" content="#0078d4" />
<meta name="theme-color" content="#0078d4" />
<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;600;700;800&display=swap"
rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>