~Webmodule~ to include a "Buy button" with streamlined crypto-pay transaction.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

39 lines
1.4KB

  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. <div id="root"
  23. data-fa2-contract="KT1BB1uMwVvJ1M3vVHXWALs1RWdgTp1rnXTR"
  24. data-swap-contract="KT1Ed11bNukFdYSc3qQFZ2HGYdF13XU6WZ4A"
  25. data-receiver="tz1hJncvXvL2VyctPE685GJPXDaRJ7dtiwjm"
  26. data-amount="100"></div>
  27. <!--
  28. This HTML file is a template.
  29. If you open it directly in the browser, you will see an empty page.
  30. You can add webfonts, meta tags, or analytics to this file.
  31. The build step will place the bundled scripts into the <body> tag.
  32. To begin the development, run `npm start` or `yarn start`.
  33. To create a production bundle, use `npm run build` or `yarn build`.
  34. -->
  35. </body>
  36. </html>