-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (34 loc) · 2.04 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="pt-BR" class="scroll-smooth">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- <meta charset="utf-8"> -->
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Onde Contribuir? - Listagem de projetos Open Source</title>
<meta name="title" content="Onde Contribuir? - Listagem de projetos Open Source">
<meta name="description" content="Procurando projetos open source para contribuir? Encontre e contribua com projetos diversos, filtrando por linguagens, ordenando por número de estrelas ou pesquisando palavras específicas.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://natanfeitosa.github.io/ondecontribuir/">
<meta property="og:title" content="Onde Contribuir? - Listagem de projetos Open Source">
<meta property="og:description" content="Procurando projetos open source para contribuir? Encontre e contribua com projetos diversos, filtrando por linguagens, ordenando por número de estrelas ou pesquisando palavras específicas.">
<meta property="og:image" content="/img/screenshot.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://natanfeitosa.github.io/ondecontribuir/">
<meta property="twitter:title" content="Onde Contribuir? - Listagem de projetos Open Source">
<meta property="twitter:description" content="Procurando projetos open source para contribuir? Encontre e contribua com projetos diversos, filtrando por linguagens, ordenando por número de estrelas ou pesquisando palavras específicas.">
<meta property="twitter:image" content="/img/screenshot.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- <script>
if (global === undefined) {
var global = window;
}
</script> -->
</body>
</html>