数字化园区前端项目
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.html 723B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="renderer" content="webkit" />
  7. <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  8. <title>园区数字化系统</title>
  9. <link rel="icon" href="/web/<%= BASE_URL %>hhr.ico" />
  10. </head>
  11. <body>
  12. <noscript>
  13. <strong>
  14. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without
  15. JavaScript enabled. Please enable it to continue.
  16. </strong>
  17. </noscript>
  18. <div id="app"></div>
  19. <!-- built files will be auto injected -->
  20. <script></script>
  21. </body>
  22. </html>