index.html 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. <link rel="stylesheet" href="dist/css/swiper-bundle.min.css">
  9. <title><%= htmlWebpackPlugin.options.title %></title>
  10. <style type="text/css">
  11. .amap-logo {
  12. display: none !important;
  13. }
  14. .amap-copyright {
  15. bottom: -100px;
  16. display: none !important;
  17. }
  18. .labelInfo {
  19. /* position: relative;
  20. top: 0;
  21. right: 0;
  22. min-width: 0; */
  23. color: #FFFFFF;
  24. font-family: MicrosoftYaHei;
  25. width: 0px;
  26. height:0px;
  27. font-size: 26px;
  28. background-color: #00FF96;
  29. /* opacity: 0.5; */
  30. border-color: #00FF96;
  31. }
  32. .labelInfo2{
  33. color: #4EE8F0;
  34. font-size: 26px;
  35. font-family: MicrosoftYaHei;
  36. }
  37. .labelInfo3{
  38. color: #FFFFFF;
  39. font-size: 32px;
  40. font-family: MicrosoftYaHei;
  41. background-color: rgb(0, 0, 0, 0);
  42. border: unset;
  43. width: 0px;
  44. height: 0px;
  45. }
  46. </style>
  47. <script src="./EasyWasmPlayer.js"></script>
  48. </head>
  49. <!-- 设置白名单 -->
  50. <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
  51. <script type="text/javascript">
  52. sessionStorage.setItem('ip', returnCitySN["cip"])
  53. sessionStorage.setItem('area', returnCitySN["cname"])
  54. </script>
  55. <script type="text/javascript">
  56. window._AMapSecurityConfig = {
  57. securityJsCode:'80560461d2bd19a2bf2bcda788155907',
  58. }
  59. </script>
  60. <body>
  61. <noscript>
  62. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  63. </noscript>
  64. <div id="app"></div>
  65. <!-- built files will be auto injected -->
  66. </body>
  67. </html>