mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-02 13:44:22 +01:00
15 lines
580 B
Plaintext
15 lines
580 B
Plaintext
|
|
<section>
|
|
<div class="container" id="payButtonCtrl">
|
|
<div class="row">
|
|
|
|
<form method="POST" action="http://127.0.0.1:14142/apps/3jVExUHqRkGi4eaJEFCTxw5zjk14VAFzoVZXZJ3fbwED/pay">
|
|
<input type="hidden" name="price" value="10" />
|
|
<input type="hidden" name="currency" value="USD" />
|
|
<input type="image" src="http://127.0.0.1:14142/img/paywithbtcpay.png" name="submit" style="width:209px" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
</section>
|