Last active
December 4, 2016 21:01
-
-
Save sharkiller/93193a7030eff35c726f01c7a044f3bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<link href="https://portal.todopago.com.ar/app/css/boton.css" rel="stylesheet"> | |
</head> | |
<body align="center"> | |
<div style="width: 500px;margin: 0 auto;font-size:40px"> | |
<img src="http://i.imgur.com/rYF6IRX.jpg" width="300"> | |
<br> | |
<img src="http://i.imgur.com/IYhKT6L.jpg" alt="" /> | |
<div class="boton-todopago-css"> | |
<a href="https://forms.todopago.com.ar/formulario/commands?command=formulario&m=e2ca54e87c6b188b863ce86ea44b125a" target="_blank"> | |
<div class="col-md-4 col-sm-4 col-xs-12 tipo-boton-class boton_solo" id="htmlBoton" style="display: block;"> | |
<input type="button" id="vistaPreviaBoton" class="btn aviso-boton-texto disabled" value="Doná $100" style="border: 1px solid rgb(158, 7, 7); width: 150px; background-color: rgb(209, 0, 0); color: rgb(255, 255, 255);"> | |
</div> | |
</a> | |
</div> | |
<div class="boton-todopago-css"> | |
<a href="https://forms.todopago.com.ar/formulario/commands?command=formulario&m=c88e6dda1f67102b567f2f5bf4e0174f" target="_blank"> | |
<div class="col-md-4 col-sm-4 col-xs-12 tipo-boton-class boton_solo" id="htmlBoton" style="display: block;"> | |
<input type="button" id="vistaPreviaBoton" class="btn aviso-boton-texto disabled" value="Doná $200" style="border: 1px solid rgb(158, 7, 7); width: 150px; background-color: rgb(209, 0, 0); color: rgb(255, 255, 255);"> | |
</div> | |
</a> | |
</div> | |
<div class="boton-todopago-css"> | |
<a href="https://forms.todopago.com.ar/formulario/commands?command=formulario&m=cfab3d2ab8586c1339119032e097323f" target="_blank"> | |
<div class="col-md-4 col-sm-4 col-xs-12 tipo-boton-class boton_solo" id="htmlBoton" style="display: block;"> | |
<input type="button" id="vistaPreviaBoton" class="btn aviso-boton-texto disabled" value="Doná $300" style="border: 1px solid rgb(158, 7, 7); width: 150px; background-color: rgb(209, 0, 0); color: rgb(255, 255, 255);"> | |
</div> | |
</a> | |
</div> | |
<div class="boton-todopago-css"> | |
<a href="https://forms.todopago.com.ar/formulario/commands?command=formulario&m=5a8db4a3fdb8ee9bae4d43e8035fc838" target="_blank"> | |
<div class="col-md-4 col-sm-4 col-xs-12 tipo-boton-class boton_solo" id="htmlBoton" style="display: block;"> | |
<input type="button" id="vistaPreviaBoton" class="btn aviso-boton-texto disabled" value="Doná $400" style="border: 1px solid rgb(158, 7, 7); width: 150px; background-color: rgb(209, 0, 0); color: rgb(255, 255, 255);"> | |
</div> | |
</a> | |
</div> | |
<div class="boton-todopago-css"> | |
<a href="https://forms.todopago.com.ar/formulario/commands?command=formulario&m=2d6860365069a8b5c77ce128ca394598" target="_blank"> | |
<div class="col-md-4 col-sm-4 col-xs-12 tipo-boton-class boton_solo" id="htmlBoton" style="display: block;"> | |
<input type="button" id="vistaPreviaBoton" class="btn aviso-boton-texto disabled" value="Doná $500" style="border: 1px solid rgb(158, 7, 7); width: 150px; background-color: rgb(209, 0, 0); color: rgb(255, 255, 255);"> | |
</div> | |
</a> | |
</div> | |
<div class="boton-todopago-css"> | |
<a href="https://forms.todopago.com.ar/formulario/commands?command=formulario&m=b0ee312afa8acf018b579820e3195f98" target="_blank"> | |
<div class="col-md-4 col-sm-4 col-xs-12 tipo-boton-class boton_solo" id="htmlBoton" style="display: block;"> | |
<input type="button" id="vistaPreviaBoton" class="btn aviso-boton-texto disabled" value="Doná $1000" style="border: 1px solid rgb(7, 158, 7); width: 150px; background-color: rgb(0, 209, 0); color: rgb(255, 255, 255);"> | |
</div> | |
</a> | |
</div> | |
<br> | |
<br> | |
<br> | |
<img src="http://i.imgur.com/57DadQr.png" alt="" width="144" /> | |
<br> | |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Z9D2F35BDMBBW" target="_blank"><img src="https://www.paypalobjects.com/es_XC/i/btn/btn_donate_LG.gif" border="0" alt=""></a> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment