index.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="">
  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. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  8. <title>
  9. <%= htmlWebpackPlugin.options.title %>
  10. </title>
  11. <!-- <link rel="stylesheet" href="http://61.147.254.211:21009/minemapapi/v2.1.0/minemap.css" />
  12. <script src="http://61.147.254.211:21009/minemapapi/v2.1.0/minemap.js"></script>
  13. <script>
  14. minemap.domainUrl = "http://61.147.254.211:21009";
  15. minemap.dataDomainUrl = "http://61.147.254.211:30876";
  16. minemap.serverDomainUrl = "http://61.147.254.211:21009";
  17. minemap.spriteUrl = "http://61.147.254.211:21009/minemapapi/v2.1.0/sprite/sprite";
  18. minemap.serviceUrl = "http://61.147.254.211:30876/service/";
  19. /**
  20. * key、solution设置
  21. */
  22. minemap.key = "d054b0f4433b42f1a28c1a97fbf8317d";
  23. minemap.solution = 12886;
  24. </script> -->
  25. </head>
  26. <body>
  27. <noscript>
  28. <strong
  29. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  30. properly without JavaScript enabled. Please enable it to
  31. continue.</strong
  32. >
  33. </noscript>
  34. <div id="app"></div>
  35. <!-- built files will be auto injected -->
  36. </body>
  37. </html>