index.html 707 B

123456789101112131415161718192021222324
  1. <!--
  2. * @Author: WangQiBiao
  3. * @Date: 2019-09-24 17:50:53
  4. * @LastEditors: WangQiBiao
  5. * @LastEditTime: 2019-09-25 09:15:31
  6. * @Description:
  7. -->
  8. <!DOCTYPE html>
  9. <html lang="en">
  10. <head>
  11. <meta charset="utf-8">
  12. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  13. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  14. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  15. <title>绘享云</title>
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong>We're sorry but saas-datascreen doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- built files will be auto injected -->
  23. </body>
  24. </html>