-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
36 lines (28 loc) · 1.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/imagens/favicon_hipsters.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- meta tags do Facebook -->
<meta property="og:title" content="Tech Delas - Mulheres na Tecnologia"/>
<meta property="og:type" content="career"/>
<meta property="og:description" content="Vagas de emprego, posts e mentorias para mulheres da área de Tecnologia"/>
<meta property="og:image" content="https://raw.githubusercontent.com/FelixMembrive/desafio-final-gama-academy-gr2/main/src/assets/imagens/logo-techdelas-120x120px.png"/>
<meta property="og:image:secure_url" content="https://raw.githubusercontent.com/FelixMembrive/desafio-final-gama-academy-gr2/main/src/assets/imagens/logo-techdelas-120x120px.png" />
<meta property="og:image:type" content="image/png" />
<!-- google fonts -->
<div>
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Mulish&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
</div>
<title>Tech Delas</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>