This repository was archived by the owner on Apr 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.9 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
---
layout: default
html_title: Boleto Bancário Cobre Grátis - Sistema web para gerar e emitir boleto bancário online pela internet.
slug: home
---
<!--container start-->
<div class="container">
<div class="row">
<!--feature start-->
<div class="text-center feature-head">
<h1>Sistema de Boleto Bancário</h1>
<p>Novos cadastros ao Cobre Grátis estão bloqueados. Escolha a melhor opção para o seu caso.</p>
</div>
<div class="col-lg-6 col-sm-6">
<section>
<div class="af-box">
<a href="https://boletosimples.com.br/?utm_campaign=cobregratis&utm_source=www.cobregratis.com.br"><img src="images/boletosimples-logo.png" height="42px" alt="Cobre Grátis"/></a>
<h2>Opção para novos clientes</h2>
<p class="f-text">O Boleto Simples foi feito para empresas que precisam emitir boletos bancários e desejam automatizar as cobranças. Possui suporte à boletos com registro e ao novo sistema da FEBRABAN que entrará em vigor em Janeiro de 2017.</p>
<p><a href="https://www.boletosimples.com.br/?utm_campaign=cobregratis&utm_source=www.cobregratis.com.br" class="btn btn-danger">Conhecer o Boleto Simples <i class="fa fa-arrow-right"></i></a></p>
</div>
</section>
</div>
<div class="col-lg-6 col-sm-6">
<section>
<div class="af-box">
<a href="https://app.cobregratis.com.br"><img src="images/logo.png" height="42px" alt="Cobre Grátis"/></a>
<h2>Sistema descontinuado</h2>
<p class="f-text">Por mudanças impostas pelos bancos o Cobre Grátis se tornou obsoleto. Para evitar problemas nas cobranças decidimos por fechá-lo. O acesso ao serviço foi bloqueado no dia 31 de julho de 2018.</p>
<p><a href="/descontinuado" class="btn btn-primary">Leia mais <i class="fa fa-arrow-right"></i></a></p>
</div>
</section>
</div>
<!--feature end-->
</div>
</div>