12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title><%= htmlWebpackPlugin.options.title %></title>
- <link rel=icon type=image/png sizes=32x32 href="/dist/img/icons/meechat.png?imageview/0/w/64">
- <link rel=icon type=image/png sizes=16x16 href="/dist/img/icons/meechat.png?imageview/0/w/32">
- <link rel=manifest href="/manifest_h5.json?v=1.2">
- <meta name="msapplication-TileColor" content="#2d2f34">
- <meta name="theme-color" content="#2d2f34">
- <link rel=apple-touch-icon href="/dist/img/icons/meechat.png?imageview/0/w/152?v=1.1.2">
- <script>!function(d,a){var e=d.documentElement,c="orientationchange"in window?"orientationchange":"resize",v=function(){
- var f=e.clientWidth;
- var p=20*(f/320)
- f&&(e.style.fontSize=p+"px")
- };d.addEventListener&&(a.addEventListener(c,v,!1),d.addEventListener("DOMContentLoaded",v,!1))}(document,window);</script>
- </head>
- <body class="h5-wrap pub-scroll-box">
- <div id="app"></div>
- <script>
- window.EOS_PROTOCOL = 'https'
- window.EOS_HOST = 'proxy.eosnode.tools'
- window.EOS_PORT = '443'
- </script>
- </body>
- </html>
|