template.html 291 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title><%= htmlWebpackPlugin.options.title %></title>
  6. <script>
  7. window.globalConfig = {
  8. context: "//aft.hnzhiming.com:8080/aft"
  9. }
  10. </script>
  11. </head>
  12. <body>
  13. <div id="root"></div>
  14. </body>
  15. </html>