pc.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title><%= htmlWebpackPlugin.options.title %></title>
  9. <link rel="icon" type="image/png" sizes=32x32 href="<%= BASE_URL %>img/icons/meechat.png">
  10. <link rel="apple-touch-icon" href="<%= BASE_URL %>img/icons/meechat.png">
  11. <link rel="manifest" href="/manifest_pc.json?v=1.2">
  12. <meta name="theme-color" content="#4DBA87">
  13. <meta name="apple-mobile-web-app-capable" content="no">
  14. <meta name="apple-mobile-web-app-status-bar-style" content="default">
  15. <meta name="apple-mobile-web-app-title" content="MeeChat">
  16. <link rel="apple-touch-icon" href="<%= BASE_URL %>img/icons/meechat.png">
  17. <link rel="mask-icon" href="<%= BASE_URL %>img/icons/safari-pinned-tab.svg" color="#4DBA87">
  18. <meta name="msapplication-TileImage" content="<%= BASE_URL %>img/icons/meechat.png?imageview/0/w/144?v=1.0">
  19. <meta name="msapplication-TileColor" content="#2d2f34">
  20. <meta name="theme-color" content="#2d2f34">
  21. <script>
  22. if ((navigator.userAgent.match(/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i))) {
  23. location.replace('/h5.html' + location.search + location.hash)
  24. }</script>
  25. </head>
  26. <body>
  27. <div id="app"></div>
  28. <script>
  29. window.EOS_PROTOCOL = 'https'
  30. window.EOS_HOST = 'proxy.eosnode.tools'
  31. window.EOS_PORT = '443'
  32. </script>
  33. <!-- built files will be auto injected -->
  34. </body>
  35. </html>