Blame view

index.html 323 Bytes
52c50939   liuqimichale   init
1
2
3
4
  <!DOCTYPE html>
  <html>
    <head>
      <meta charset="utf-8">
eb6d1150   liuqimichale   title 总计 简单封装
5
6
      <!--<meta name="viewport" content="width=device-width,initial-scale=1.0">-->
      <meta name="viewport" content="width=1200">
52c50939   liuqimichale   init
7
8
9
10
11
12
13
      <title>监控</title>
    </head>
    <body>
      <div id="app"></div>
      <!-- built files will be auto injected -->
    </body>
  </html>