~Webmodule~ to include a "Buy button" with streamlined crypto-pay transaction.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

35 linhas
1.2KB

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