123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0" />
- <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
- <title>
- <%= htmlWebpackPlugin.options.title %>
- </title>
- <!-- <link rel="stylesheet" href="http://61.147.254.211:21009/minemapapi/v2.1.0/minemap.css" />
- <script src="http://61.147.254.211:21009/minemapapi/v2.1.0/minemap.js"></script>
- <script>
- minemap.domainUrl = "http://61.147.254.211:21009";
- minemap.dataDomainUrl = "http://61.147.254.211:30876";
- minemap.serverDomainUrl = "http://61.147.254.211:21009";
- minemap.spriteUrl = "http://61.147.254.211:21009/minemapapi/v2.1.0/sprite/sprite";
- minemap.serviceUrl = "http://61.147.254.211:30876/service/";
- /**
- * key、solution设置
- */
- minemap.key = "d054b0f4433b42f1a28c1a97fbf8317d";
- minemap.solution = 12886;
- </script> -->
- </head>
- <body>
- <noscript>
- <strong
- >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
- properly without JavaScript enabled. Please enable it to
- continue.</strong
- >
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|