index.html 858 B

123456789101112131415161718192021222324252627
  1. <!--
  2. * @Author: gmx
  3. * @Date: 2022-08-22 18:14:50
  4. * @LastEditors: gmx
  5. * @Description:
  6. * @LastEditTime: 2022-09-21 15:37:19
  7. * @FilePath: \AutomationPlatformFront\public\index.html
  8. -->
  9. <!DOCTYPE html>
  10. <html lang="">
  11. <head>
  12. <meta charset="utf-8">
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  14. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  15. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  16. <title><%= htmlWebpackPlugin.options.title %></title>
  17. <link rel="stylesheet" href="./animate.min.css">
  18. </head>
  19. <body>
  20. <noscript>
  21. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  22. </noscript>
  23. <div id="app"></div>
  24. <!-- built files will be auto injected -->
  25. </body>
  26. </html>