123456789101112131415161718192021222324252627282930313233 |
- <!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="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> -->
- <!-- <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/003/CE253E409C59E8F2659D34B38B756FDA99991231240000FI9VBLVBGENZUGTIFNABGIVPVH8HFCSQBYXNLLPC_00301-20230131-10-90GQ08AX.TTF" as="font" type="font/ttf" crossorigin="anonymous">
- <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/003/8743B91A9CF9F8078447E94D62E076E799991231240000GLVGVG84F2SSBWXQLKPAFB9WBPVJGONPUYTEFOAD_00301-20230131-10-CJQKXBLV.TTF" as="font" type="font/ttf" crossorigin="anonymous">
- <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/001/7D3BE676EDFAD1478A6FE848269820EF99991231240000PVA2LYFQXMTMBAUQSPN7FSG28ZVKVVBFVL9UGZFB_00102-20230131-10-1J2DHRAK.TTF" as="font" type="font/ttf" crossorigin="anonymous">
- <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/003/99CF08C241EA29498978EA80A3CCB7B399991231240000FUGE90VIBFVZVV8WG7F0N6SIUQBYTXXAFSLCABPA_00301-20230131-10-XI8JE4B2.TTF" as="font" type="font/ttf" crossorigin="anonymous">
- <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/001/C94319C15F2CCAC1D7E52B47147C10F199991231240000FM96BUVEGNN5UKTVFPAWGBVNVJ8VFDSVB1XPLGPC_00101-20230131-10-MT9ILQEX.TTF" as="font" type="font/ttf" crossorigin="anonymous">
- <link rel="preload" href="https://file-kf.helxsoft.cn/CSFileServer/URL/001/B89A18DBD51991ACB45D2989689F4C0A99991231240000G9V0VL82FMSBBMXKLFPLFM9RBMVPGHNHUOTYFTAD_00101-20230130-18-Z0TABOBO.TTF" as="font" type="font/ttf" crossorigin="anonymous"> -->
- <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
- <title><%= htmlWebpackPlugin.options.title %></title>
- </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 -->
- <script type="type/javascript" src="config.js"></script>
- <!-- <script src="https://view.csslcloud.net/js/jquery-1.9.0.min.js" type="text/javascript"></script>
- <script src="https://view.csslcloud.net/js/sdk/3.7.0/liveSDK.js" type="text/javascript"></script>
- <script src="https://view.csslcloud.net/js/sdk/3.7.0/playbackSDK.js" type="text/javascript"></script> -->
- </body>
- </html>
|