北斗天云官网前端
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

26 строки
844B

  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.png">
  8. <title><%= htmlWebpackPlugin.options.title %></title>
  9. <script type="text/javascript" src="https://api.map.baidu.com/api?v=1.0&type=webgl&ak=L2fEMKABDRlA6pFhzgYRlOk2w8Vn8ENG"></script>
  10. </head>
  11. <style>
  12. html, body {
  13. margin: 0;
  14. padding: 0;
  15. height: 100%;
  16. }
  17. </style>
  18. <body>
  19. <noscript>
  20. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  21. </noscript>
  22. <div id="app"></div>
  23. <!-- built files will be auto injected -->
  24. </body>
  25. </html>