index.html 880 B

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="referrer" content="no-referrer-when-downgrade" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  8. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  9. <title>
  10. <%= htmlWebpackPlugin.options.title %>
  11. </title>
  12. <style>
  13. /*在这里*/
  14. .icon {
  15. width: 1em;
  16. height: 1em;
  17. vertical-align: -0.15em;
  18. fill: currentColor;
  19. overflow: hidden;
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <noscript>
  25. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  26. Please enable it to continue.</strong>
  27. </noscript>
  28. <div id="app"></div>
  29. <!-- built files will be auto injected -->
  30. </body>
  31. </html>