<!doctype html>

<html>
  <head>
    <title>SatoshiPay demo - how to include the pay button on any website</title>
    <link rel="stylesheet" href="style.css">
  </head>

  <body>
    <h1>SatoshiPay pay button (donation):</h1> 
    <!-- Add the div container where you want the button to be -->
    <div class="satoshipay-placeholder-donation"
    data-sp-type="donation"
    data-sp-id="5b4e1c443ee5b200106479b9"
    data-sp-currency="USD"></div>
  
    <!-- Add the below script include once per page -->
    <script src="https://wallet.satoshipay.io/satoshipay.js"></script>
  </body>
</html>
body {
  padding: 40px;
}

h1 {
  font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #525F7F;
}