index.html 858 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>logo.png">
  8. <link href="./style.css" rel="stylesheet">
  9. <title>
  10. 项目施工数据概览
  11. </title>
  12. </head>
  13. <body>
  14. <noscript>
  15. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  16. Please enable it to continue.</strong>
  17. </noscript>
  18. <div id="app">
  19. <div class="container_nomount">
  20. <div class="loading">
  21. <span></span>
  22. <span></span>
  23. <span></span>
  24. <span></span>
  25. <span></span>
  26. </div>
  27. <h2>Loading...</h2>
  28. </div>
  29. </div>
  30. <!-- built files will be auto injected -->
  31. </body>
  32. </html>