-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
30 lines (27 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="favicon.png">
<meta property="og:url" content="http://www.lulalivreoupreso.com.br" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Estaria lula livre, ou preso?" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Descubra se lula está preso ou livre em um piscar de olhos" />
<meta property="og:description" content="Descubra se lula está preso ou livre em um piscar de olhos" />
<meta property="og:image" content="http://lulalivreoupreso.com.br/assets/img/LUla-Lingua-.jpg" />
<link rel="stylesheet" href="assets/css/index.css">
<title>Lula preso ou livre?</title>
</head>
<body>
<img class="center" src="assets\img\livre.png" alt="">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122251819-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122251819-1');
</script>
</body>
</html>