index.html 505 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <!-- 最新 Ie -->
  6. <meta name="renderer" content="webkit">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta charset="utf-8">
  9. <title>碧桂园物业数据上报平台</title>
  10. <!-- <link rel="stylesheet" type="text/css" href="./static/css/global.css"> -->
  11. </head>
  12. <body>
  13. <div id="app"></div>
  14. <!-- built files will be auto injected -->
  15. </body>
  16. </html>