-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
25 lines (25 loc) · 1.26 KB
/
index.php
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Gerencianet - DEMO por Rogério Brito Soares</title>
</head>
<body>
<br/><br/><br/>
<div style="margin: auto; width: 80%; height: auto; padding: 3%; border:2px solid #ccc453; text-align: center; font-size: 120%;">
<h1 style="color: #ccc453; font-weight: bolder;">Bem-vindo a Orangeade X</h1>
<br/>
<p>Este é apenas um DEMO de geração de boletos via Gerencianet implementado pelo desenvolvedor Rogério Soares</p>
<p>link do GitHub: <a href="https://github.com/roguitar88/gerencianet" target="_blank">https://github.com/roguitar88/gerencianet</a></p>
<p>link da Gerencianet: <a href="https://gerencianet.com.br" target="_blank">https://gerencianet.com.br</a></p>
<p>link do Whatsapp: <a href="https://wa.me/5562982134287" target="_blank">https://wa.me/5562982134287</a></p>
<br/>
<p>
<!-- Uma dica: você pode estar passando os parâmetros via url, via GET, assim: 'controledeboletos.php?iddousuario=$iddousuario', morou? -->
<form action="controledeboletos.php" method="post" enctype="multipart/form-data">
<input style="font-size:150%; cursor: pointer;" type="submit" value="Gerar e enviar boleto, meu brother!" name="gerarboleto"/>
</form>
</p>
</div>
</body>
</html>