-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpagseguro.html
28 lines (28 loc) · 1 KB
/
pagseguro.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
<!DOCTYPE html5>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Assinatura ou Renovação do Curso</title>
</head>
<body>
<center>
<p>Escolha um dos links abaixo:</p>
<table border="1">
<tr><th>Assinatura</th><th>Renovação</th></tr>
<tr>
<td>
<form target="pagseguro" action="https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add" method="post">
<input type="hidden" name="itemCode" value="DC0130B96D6DE3C6649ACFB68AFCC8F4" />
<input type="image" src="https://p.simg.uol.com.br/out/pagseguro/i/botoes/pagamentos/120x53-pagar.gif" name="submit" />
</form>
</td>
<td>
<form target="pagseguro" action="https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add" method="post">
<input type="hidden" name="itemCode" value="CE5D30E9B5B5862BB4552F9E65F6AF12" />
<input type="image" src="https://p.simg.uol.com.br/out/pagseguro/i/botoes/pagamentos/120x53-pagar.gif" name="submit" />
</form>
</td>
</tr>
</table>
</center>
</body>