-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
38 lines (32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" href="dist/img/icon.png" />
<!-- OGs pre-views em links compartilhados -->
<meta property="og:image" content="dist/img/logo.jpeg"/>
<meta property="og:title" content="Jerimum Hackerspace">
<meta property="og:site_name" content="Jerimum Hackerspace"/>
<meta property="og:description" content="Somos um grupo de pessoas interessadas em usar, remixar e compartilhar tecnologia, aprendizado, diversão e cultura de forma colaborativa e indiscriminada."/>
<meta property="og:author" content="Jerimumhs"/>
<title>Jerimum Hackerspace</title>
<link href="https://fonts.googleapis.com/css?family=Share+Tech+Mono" rel="stylesheet">
<noscript>
<!-- Que imagem é essa? Qual a utilidade? -->
<img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=822796401262659&ev=PageView&noscript=1"/>
</noscript>
</head>
<body style="margin: 0; padding: 1px; background: #000; width: 100%; height: 100%; overflow-x: hidden;">
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MVRK2J9" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="jhs"></div>
<script src="dist/jhs.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
</body>
</html>