<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> <title><%= htmlWebpackPlugin.options.title %></title> <!--[if lte IE 8]> <script> window.location.href = 'tipUpgrade.html'; </script> <![endif]--> <!--[if IE]> <style> *{font-family: Microsoft YaHei !important;} .ant-message-loading .anticon-loading{ background: url('./img/loading-css3.gif'); } .ant-message-loading .anticon{ color:transparent !important; } </style> <script type="text/javascript"> // IE9 fix if(!window.console) { var c = {}; c.log = c.warn = c.debug = c.info = c.error = c.time = c.dir = c.profile = c.clear = c.exception = c.trace = c.assert = function(){}; window.console = c; } </script> <![endif]--> </head> <body> <div id="root"> <span class="rootSpan">正在加载中...</span> </div> <script type='text/javascript' src='config.js'></script> </body> </html>