-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (72 loc) · 4.08 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta name="theme-color" content="#26B43D" />
<meta name="robots" content="index,follow" />
<meta name="keywords" content="whatsapp, whatsappon, whatsappfora, temwhats, tem, whats" />
<meta name="description" content='A pergunta que não quer calar. Neste momento, o povão tem whatsapp?' />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="shortcut icon" href="/static/images/on.ico" type="image/x-icon" />
<link rel="canonical" href="http://temwhats.com/">
<!--OG:FACEBOOK-->
<meta property="og:title" content="Tem Whats?" />
<meta property="og:site_name" content="Tem Whats?" />
<meta property="og:locale" content="pt" />
<meta property="og:url" content="http://temwhats.com/" />
<meta property="og:description" content='A pergunta que não quer calar. Neste momento, o povão tem whatsapp?' />
<meta property="og:image" content="http://temwhats.com/static/images/share.png">
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:type" content="website" />
<!--/OG:FACEBOOK//-->
<!--TWITTER:CARD-->
<meta property="twitter:title" content="Tem Whats?" />
<meta property="twitter:site" content="http://guiatech.com.br/" />
<meta property="twitter:url" content="http://temwhats.com/" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:description" content="A pergunta que não quer calar. Neste momento, o povão tem whatsapp?" />
<meta property="twitter:image:src" content="http://temwhats.com/static/images/share.png" />
<meta property="twitter:card:src" content="summary_large_image" />
<!--/TWITTER:CARD//-->
<title>Tem Whats?</title>
<link rel="stylesheet" href="/static/css/1.0/min/base.css" charset="utf-8">
</head>
<body class="container whats-status">
<a target="_blank" class="download-google-play" href="https://play.google.com/store/apps/details?id=zetabit.temwhats" title="Download it on Google Play">Download it on Google Play</a>
<div class="wrapper">
<section class="content content-status content-whats-on">
<figure>
<figcaption class="caption">Tem whats</figcaption>
<img src="static/images/on.svg" alt="Tem whats" class="img" />
</figure>
</section>
<section class="content content-status content-whats-off">
<figure>
<figcaption class="caption">Não tem whats</figcaption>
<img src="static/images/off.svg" alt="Não tem whats" class="img" />
</figure>
</section>
<iframe class="share-facebook"
scrolling="no"
src="https://www.facebook.com/plugins/share_button.php?locale=pt_BR&href=http%3A%2F%2Ftemwhats.com%2F&layout=box_count&width=58&height=61"
width="58" height="61" style="border:none;overflow:hidden;" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
<br/>
<iframe class="share-twitter"
scrolling="no"
src="https://platform.twitter.com/widgets/tweet_button.html?size=l&lang=pt&url=https%3A%2F%2Ftemwhats.com%2F&text=A%20pergunta%20que%20nao%20quer%20calar.%20Neste%20momento,%20o%20povao%20tem%20whatsapp?&hashtags=temwhats%2Cwhatson"
width="auto" height="28"
style="border: 0; overflow: hidden;width:90px;margin-top:20px;"></iframe>
</div>
<script async type="text/javascript" src="/static/js/1.0/min/common.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77251206-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>