Add myket in app purchase
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

34 lignes
1.1 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="IE=Edge" http-equiv="X-UA-Compatible">
  6. <meta name="description" content="Demonstrates how to use the myketpayment plugin.">
  7. <!-- iOS meta tags & icons -->
  8. <meta name="apple-mobile-web-app-capable" content="yes">
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  10. <meta name="apple-mobile-web-app-title" content="myketpayment_example">
  11. <link rel="apple-touch-icon" href="icons/Icon-192.png">
  12. <!-- Favicon -->
  13. <link rel="shortcut icon" type="image/png" href="favicon.png"/>
  14. <title>myketpayment_example</title>
  15. <link rel="manifest" href="manifest.json">
  16. </head>
  17. <body>
  18. <!-- This script installs service_worker.js to provide PWA functionality to
  19. application. For more information, see:
  20. https://developers.google.com/web/fundamentals/primers/service-workers -->
  21. <script>
  22. if ('serviceWorker' in navigator) {
  23. window.addEventListener('load', function () {
  24. navigator.serviceWorker.register('flutter_service_worker.js');
  25. });
  26. }
  27. </script>
  28. <script src="main.dart.js" type="application/javascript"></script>
  29. </body>
  30. </html>