h5.html 1.6 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="/dist/img/icons/meechat.png?imageview/0/w/64">
  10. <link rel=icon type=image/png sizes=16x16 href="/dist/img/icons/meechat.png?imageview/0/w/32">
  11. <link rel=manifest href="/manifest_h5.json?v=1.2">
  12. <meta name="msapplication-TileColor" content="#2d2f34">
  13. <meta name="theme-color" content="#2d2f34">
  14. <link rel=apple-touch-icon href="/dist/img/icons/meechat.png?imageview/0/w/152?v=1.1.2">
  15. <script>
  16. 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))) {
  17. location.replace('/pc.html' + location.search + location.hash)
  18. }</script>
  19. <script>!function(d,a){var e=d.documentElement,c="orientationchange"in window?"orientationchange":"resize",v=function(){
  20. var f=e.clientWidth;
  21. var p=20*(f/320)
  22. f&&(e.style.fontSize=p+"px")
  23. };d.addEventListener&&(a.addEventListener(c,v,!1),d.addEventListener("DOMContentLoaded",v,!1))}(document,window);</script>
  24. </head>
  25. <body class="h5-wrap pub-scroll-box">
  26. <div id="app"></div>
  27. <script>
  28. window.EOS_PROTOCOL = 'https'
  29. window.EOS_HOST = 'proxy.eosnode.tools'
  30. window.EOS_PORT = '443'
  31. </script>
  32. </body>
  33. </html>