~Webmodule~ to include a "Buy button" with streamlined crypto-pay transaction.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.png" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <meta
  9. name="description"
  10. content="Web site created using create-react-app"
  11. />
  12. <link
  13. rel="stylesheet"
  14. href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
  15. integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
  16. crossorigin="anonymous"
  17. />
  18. <title>Taquito Boilerplate</title>
  19. </head>
  20. <body>
  21. <noscript>You need to enable JavaScript to run this app.</noscript>
  22. <span class="pay-button"
  23. data-fa2-contract="KT1BB1uMwVvJ1M3vVHXWALs1RWdgTp1rnXTR"
  24. data-swap-contract="KT1Ed11bNukFdYSc3qQFZ2HGYdF13XU6WZ4A"
  25. data-receiver="tz1hJncvXvL2VyctPE685GJPXDaRJ7dtiwjm"
  26. data-amount="0.1"
  27. data-redirect-success="http://freakaria.com"></span>
  28. <!--
  29. This HTML file is a template.
  30. If you open it directly in the browser, you will see an empty page.
  31. You can add webfonts, meta tags, or analytics to this file.
  32. The build step will place the bundled scripts into the <body> tag.
  33. To begin the development, run `npm start` or `yarn start`.
  34. To create a production bundle, use `npm run build` or `yarn build`.
  35. -->
  36. </body>
  37. </html>