This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
29 lines (28 loc) · 1.53 KB
/
test.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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="https://blockchain.info/Resources/js/pay-now-button.js"></script>
</head>
<body>
<p align="center">If you like this tool, help it keep moving forward.</p>
<div style="font-size:16px;margin:0 auto;width:300px" class="blockchain-btn" data-address="1N3bEaRhrbF2iQGBBBwDwc82U2HnNd32ZM" data-shared="false">
<div class="blockchain stage-begin">
<img src="https://blockchain.info/Resources/buttons/donate_64.png"/>
</div>
<div class="blockchain stage-loading" style="text-align:center">
<img src="https://blockchain.info/Resources/loading-large.gif"/>
</div>
<div class="blockchain stage-ready">
<p align="center">Please Donate To Bitcoin Address: <b>[[address]]</b></p>
<p align="center" class="qr-code"></p>
</div>
<div class="blockchain stage-paid">Donation of <b>[[value]] BTC</b> Received. Thank You.</div>
<div class="blockchain stage-error">
<font color="red">[[error]]</font>
</div>
<p>or By Paypal:</p>
<script async="async" src="https://www.paypalobjects.com/js/external/paypal-button.min.js?merchant=XN3TJFKA7P4N6" data-button="buynow" data-name="Buy me a Beer"></script>
</div>
</body>
</html>