Bitcoin.org/_templates/buy.html
Cøbra 406c3b074a
Add disclaimer
Add disclaimer
2021-01-20 08:28:00 +01:00

28 lines
999 B
HTML

---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: buy
---
<!-- Note: this file exempt from check-for-subheading-anchors check -->
<div class="hero">
<div class="container hero-container">
<h1>{% translate pagetitle %}</h1>
</div>
</div>
<div class="container">
<div class="row card-row" style="justify-content: center;">
<div class="card buy-card" style="height: 600px;width: 500px;margin-top: -30px;">
<iframe allow="accelerometer; autoplay; camera; gyroscope; payment" src="https://buy.moonpay.io?apiKey=pk_live_QWvwDl3WJAq7S8fDjsOUMfjn09DSw8R&amp;currencyCode=btc&amp;colorCode=%23F7931A" width="100%" height="100%" frameborder="0"></iframe>
</div>
<div style="margin-top: 50px;text-align: center;">
<b>The above widget is provided by a third party provider (MoonPay) and is not associated with bitcoin.org. Fees may be higher than some other Bitcoin exchanges.</b>
</div>
</div>
</div>