ZhangXianQiang
2024-04-01 bdb0d3a419df2445e59de2e6f6aea62497ad9e8f
public/index.html
@@ -1,12 +1,15 @@
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="renderer" content="webkit">
    <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><%= webpackConfig.name %></title>
  <title>
    <%= webpackConfig.name %>
  </title>
    <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
     <style>
    html,
@@ -15,7 +18,10 @@
      height: 100%;
      margin: 0px;
      padding: 0px;
      overflow: hidden;
    }
    .chromeframe {
      margin: 0.2em 0;
      background: #ccc;
@@ -92,6 +98,7 @@
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
@@ -105,6 +112,7 @@
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
      }
      100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
@@ -195,6 +203,7 @@
    }
  </style>
  </head>
  <body>
    <div id="app">
       <div id="loader-wrapper">
@@ -205,4 +214,5 @@
        </div>
   </div>
  </body>
</html>