Blame view

admin-web-master/public/index.html 575 Bytes
3f535f30   杨鑫   '初始'
1
  <!DOCTYPE html>
d64cd58f   wesley88   上传验收小程序
2
  <html lang="en">
3f535f30   杨鑫   '初始'
3
4
    <head>
      <meta charset="utf-8">
b300d3f1   wesley88   1
5
6
7
8
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  
      <title><%= webpackConfig.name %></title>
3f535f30   杨鑫   '初始'
9
10
11
    </head>
    <body>
      <noscript>
b300d3f1   wesley88   1
12
        <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
3f535f30   杨鑫   '初始'
13
14
15
16
      </noscript>
      <div id="app"></div>
      <!-- built files will be auto injected -->
    </body>
b300d3f1   wesley88   1
17
  </html>