h5.html 1.3 KB

12345678910111213141516171819202122232425262728293031
  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>!function(d,a){var e=d.documentElement,c="orientationchange"in window?"orientationchange":"resize",v=function(){
  16. var f=e.clientWidth;
  17. var p=20*(f/320)
  18. f&&(e.style.fontSize=p+"px")
  19. };d.addEventListener&&(a.addEventListener(c,v,!1),d.addEventListener("DOMContentLoaded",v,!1))}(document,window);</script>
  20. </head>
  21. <body class="h5-wrap pub-scroll-box">
  22. <div id="app"></div>
  23. <script>
  24. window.EOS_PROTOCOL = 'https'
  25. window.EOS_HOST = 'proxy.eosnode.tools'
  26. window.EOS_PORT = '443'
  27. </script>
  28. </body>
  29. </html>