report.html 900 B

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta
  6. name="viewport"
  7. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
  8. />
  9. <meta name="apple-mobile-web-app-capable" content="yes" />
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  11. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  12. <meta name="renderer" content="webkit|ie-comp|ie-stand" />
  13. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  14. <title><%= htmlWebpackPlugin.options.title %></title>
  15. </head>
  16. <body>
  17. <noscript>
  18. <strong
  19. >We're sorry but report doesn't work properly without JavaScript
  20. enabled. Please enable it to continue.</strong
  21. >
  22. </noscript>
  23. <div id="app"></div>
  24. <!-- built files will be auto injected -->
  25. </body>
  26. </html>