|
@@ -12,6 +12,10 @@
|
|
<title><%= webpackConfig.name %></title>
|
|
<title><%= webpackConfig.name %></title>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
|
|
+ <script language="javascript"type="text/javascript">
|
|
|
|
+ const { href } = window.location
|
|
|
|
+ if(href.includes('https://')) window.location.href=href.replace('https://', 'http://');
|
|
|
|
+ </script>
|
|
<script src="https://sec-aegisfe.didistatic.com/static/aegisfe/water-mark1.0.js"></script>
|
|
<script src="https://sec-aegisfe.didistatic.com/static/aegisfe/water-mark1.0.js"></script>
|
|
<noscript>
|
|
<noscript>
|
|
<strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
<strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|