| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <!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">
- <link rel="stylesheet" href="dist/css/swiper-bundle.min.css">
- <title><%= htmlWebpackPlugin.options.title %></title>
- <style type="text/css">
- .amap-logo {
- display: none !important;
- }
-
- .amap-copyright {
- bottom: -100px;
- display: none !important;
- }
-
- .labelInfo {
- /* position: relative;
- top: 0;
- right: 0;
- min-width: 0; */
- color: #FFFFFF;
- font-family: MicrosoftYaHei;
- width: 0px;
- height:0px;
- font-size: 26px;
- background-color: #00FF96;
- /* opacity: 0.5; */
- border-color: #00FF96;
- }
-
- .labelInfo2{
- color: #4EE8F0;
- font-size: 26px;
- font-family: MicrosoftYaHei;
- }
-
- .labelInfo3{
- color: #FFFFFF;
- font-size: 32px;
- font-family: MicrosoftYaHei;
- background-color: rgb(0, 0, 0, 0);
- border: unset;
- width: 0px;
- height: 0px;
- }
-
- </style>
- <script src="./EasyWasmPlayer.js"></script>
- </head>
- <!-- 设置白名单 -->
- <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
- <script type="text/javascript">
- sessionStorage.setItem('ip', returnCitySN["cip"])
- sessionStorage.setItem('area', returnCitySN["cname"])
- </script>
- <script type="text/javascript">
- window._AMapSecurityConfig = {
- securityJsCode:'80560461d2bd19a2bf2bcda788155907',
- }
- </script>
- <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>
|