pc.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  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. </head>
  22. <body>
  23. <div id="app"></div>
  24. <script>
  25. window.EOS_PROTOCOL = 'https'
  26. window.EOS_HOST = 'proxy.eosnode.tools'
  27. window.EOS_PORT = '443'
  28. </script>
  29. <!-- built files will be auto injected -->
  30. </body>
  31. </html>