index.html 824 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <link
  5. href="http://fonts.googleapis.com/css?family=Cookie"
  6. rel="stylesheet"
  7. type="text/css"
  8. />
  9. <meta charset="utf-8" />
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  11. <meta
  12. name="viewport"
  13. content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=yes"
  14. />
  15. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  16. <title>智慧家政预约</title>
  17. </head>
  18. <body>
  19. <noscript>
  20. <strong
  21. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  22. properly without JavaScript enabled. Please enable it to
  23. continue.</strong
  24. >
  25. </noscript>
  26. <div id="app"></div>
  27. <!-- built files will be auto injected -->
  28. </body>
  29. </html>