-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (113 loc) · 3.22 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="utf-8" />
<meta property="creator" content="HM">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Bloquear 0303 - Bloqueie Chamadas de Telemarketing</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
padding: 0;
margin: 0;
line-height: 1.5;
}
.container {
max-width: 400px;
padding-left: 16px;
padding-right: 16px;
margin-left: auto;
margin-right: auto
}
header {
text-align: center;
background: #f0f0f9;
padding: 25px 0;
}
h1 {
margin: 0 0 0.25rem;
font-size: 1.7rem;
}
h4 {
margin: 0;
font-size: 0.95rem;
font-weight: normal;
}
main {
margin-top: 25px;
}
.button {
display: block;
padding: 0.65rem 1.5rem;
background: blue;
color: white;
border-radius: 5px;
text-decoration: none;
text-align: center;
border-bottom: 2px solid rgb(0, 0, 196);
}
.button:hover {
background: rgb(0, 0, 196);
}
ol li {
margin-bottom: 1.25rem;
}
ol li .button {
margin-top: 0.5em;
}
footer {
font-size: 0.95rem;
margin-top: 3.5rem;
border-top: 1px dashed #eee;
padding-top: 1rem;
color: #999;
text-align: center;
}
footer input {
display: block;
width: 80%;
min-width: 13rem;
margin: 0 auto;
appearance: none;
border: 0;
padding: 0.5rem;
text-align: center;
color: #999;
font-size: 0.95rem;
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Bloquear 0303</h1>
<h4>Acabe com chamadas indesejadas de telemarketing sem precisar instalar aplicativos.</h4>
</div>
</header>
<main class="container">
<div>Instruções:</div>
<ol>
<li>
<div>Toque no botão abaixo e <strong>adicione o contato</strong> "Telemarketing 0303" ao seu celular:
</div>
<div>
<a href="/bloquear0303-202112131542.vcf" class="button">
Adicionar contato
</a>
</div>
</li>
<li>
<strong>Bloqueie</strong> as ligações do contato recém-adicionado
<span style="opacity: 0.3">(Telemarketing 0303)</span>
</li>
<li>Pronto.</li>
</ol>
</main>
<footer>
<div class="container">
Te ajudou? Envie um Pix de R$ 1,00 para
<input onClick="this.select();" value="[email protected]" readonly>
</div>
</footer>
</body>
</html>