index.html 777 B

12345678910111213141516171819202122232425262728293031
  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="viewport" content="width=device-width,initial-scale=1.0" />
  7. <title></title>
  8. <style>
  9. @media (min-width: 540px) {
  10. html {
  11. font-size: 72px !important;
  12. }
  13. body{
  14. max-width: 5.4rem;
  15. margin: 0 auto !important;
  16. }
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <noscript>
  22. <strong
  23. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  24. properly without JavaScript enabled. Please enable it to
  25. continue.</strong
  26. >
  27. </noscript>
  28. <div id="app"></div>
  29. <!-- built files will be auto injected -->
  30. </body>
  31. </html>