UNPKG

zmp-sdk

Version:

Zalo Mini App SDK

40 lines (38 loc) 1.05 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> <meta name="theme-color" content="#ffffff" /> <meta name="apple-mobile-web-app-title" content="React Modal Sheet" /> <meta name="application-name" content="React Modal Sheet" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <title>Mini App Test</title> <script> window.APP_CONFIG = { titleHeader: 'ZTransfers', orientation: 0, color: '#15A6FB', rightMenu: { data: [], supportToolBar: 0, reset: 0 }, leftMenu: null, listCSS: [], listSyncJS: [], listAsyncJS: [] }; </script> </head> <body><script src="browser.min.js"></script> </body> </html>