You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
2.4 KiB
73 lines
2.4 KiB
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="pc,mobile">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,minimum-scale=1,maximum-scale=1">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<title></title>
|
|
<style>
|
|
.mint-indicator-wrapper {
|
|
z-index: 1000 !important;
|
|
}
|
|
.mint-indicator-mask {
|
|
z-index: 1000 !important;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body id="body" style="visibility: hidden;">
|
|
|
|
<div id="app"></div>
|
|
</body>
|
|
|
|
<!-- vconsole -->
|
|
<!-- <script src="https://unpkg.com/vconsole/dist/vconsole.min.js"></script>
|
|
<script>
|
|
// VConsole will be exported to `window.VConsole` by default.
|
|
var vConsole = new window.VConsole();
|
|
</script> -->
|
|
|
|
|
|
</html>
|
|
<script>
|
|
|
|
window._gr_ignore_local_rule=true;
|
|
(function(window,document,script,src,namespace){
|
|
window[namespace] = window[namespace] || function(){
|
|
(window[namespace].q = window[namespace].q || []).push(arguments)
|
|
};
|
|
script = document.createElement('script');
|
|
let tag = document.getElementsByTagName('script')[0];
|
|
script.async = true;
|
|
script.src = src;
|
|
tag.parentNode.insertBefore(script,tag);
|
|
})(window,document,"script","https://assets.giocdn.com/sdk/cdp/gio.js","gdp")
|
|
|
|
|
|
function aa(){
|
|
(function (doc, win) {
|
|
var docEl = doc.documentElement,
|
|
bodys = document.getElementsByTagName('body')[0],
|
|
resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize',
|
|
recalc = function () {
|
|
var clientWidth = docEl.clientWidth;
|
|
if (!clientWidth) return;
|
|
docEl.style.fontSize = 100 * (clientWidth / 750) + 'px';
|
|
bodys.style.visibility = 'visible';
|
|
};
|
|
if (!doc.addEventListener) return;
|
|
win.addEventListener(resizeEvt, recalc, false);
|
|
doc.addEventListener('DOMContentLoaded', recalc, false);
|
|
})(document, window);
|
|
};
|
|
if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
|
|
aa();
|
|
} else {
|
|
bodys = document.getElementsByTagName('body')[0];
|
|
bodys.style.visibility = 'visible';
|
|
document.getElementsByTagName("html")[0].style.fontSize = "104px";
|
|
document.getElementsByTagName("body")[0].style.width = "750px";
|
|
document.getElementsByTagName("body")[0].style.margin = "0 auto";
|
|
}
|
|
</script>
|
|
|