index.html 2.5 KB

123456789101112131415161718192021222324
  1. <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta http-equiv=Expires content=0><meta http-equiv=Pragma content=no-cache><meta http-equiv=Cache-control content=no-cache><meta http-equiv=Cache content=no-cache><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><title>LuckyPot</title><script>var UA = window.navigator.userAgent.toLowerCase();
  2. var isAndroid = UA.indexOf('android') > 0;
  3. var isIOS = /iphone|ipad|ipod|ios/.test(UA);
  4. if (!(isAndroid || isIOS)) {
  5. // 正式发布的时候使用,开发期间不启用。
  6. // window.location.href = '/demo/news/website/pcguide.html';
  7. }</script><link rel=manifest href=./gg/manifest.json><link rel=stylesheet href=./static/index.css><meta name=mobile-web-app-capable content=yes><link rel=icon sizes=192x192 href=./gg/images/icon.png><meta name=apple-mobile-web-app-capable content=yes><meta name=apple-mobile-web-app-status-bar-style content=black><link rel=apple-touch-icon-precomposed href=./images/gg/icon.png><meta name=apple-mobile-web-app-title content=Luckypot><meta name=application-name content=Luckypot><meta name=format-detection content="telephone=yes"><script>!function (f, b, e, v, n, t, s) {
  8. if (f.fbq) return; n = f.fbq = function () {
  9. n.callMethod ?
  10. n.callMethod.apply(n, arguments) : n.queue.push(arguments)
  11. };
  12. if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
  13. n.queue = []; t = b.createElement(e); t.async = !0;
  14. t.src = v; s = b.getElementsByTagName(e)[0];
  15. s.parentNode.insertBefore(t, s)
  16. }(window, document, 'script',
  17. 'https://connect.facebook.net/en_US/fbevents.js');
  18. fbq('init', '419384220642496');
  19. fbq('track', 'PageView');</script><noscript><img height=1 width=1 style=display:none src="https://www.facebook.com/tr?id=419384220642496&ev=PageView&noscript=1"></noscript></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script>if ("serviceWorker" in navigator && 'PushManager' in window ) {
  20. window.addEventListener('load', async () => { // 这个load 可以删除 如果你的浏览器没加载出来 可以添加一下这个
  21. navigator.serviceWorker.register("./pwabuilder-sw.js").then(function (registration) {
  22. });
  23. })
  24. }</script><script src=./static/js/chunk-vendors.772787c6.js></script><script src=./static/js/index.8835c7d7.js></script></body></html>