index.html 1.14 KB
Newer Older
qianyuheng committed
1 2 3 4 5 6
<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
    <link rel="shortcut icon" href="img/favicon.ico"/>
qianyuheng committed
7
    <title><%= htmlWebpackPlugin.options.title %></title>
qianyuheng committed
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
    <!--[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>