index.html
1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<title></title>
<link rel="stylesheet" href="https://app.ixiulive.com/static/css/reset.css">
<link rel="stylesheet" href="css/index.css?v=202004071813" />
<script type="text/javascript" src="../../lib/fsize.js"></script>
<style type="text/css">
.main{
text-align: center;
}
.noPay{
width:9.24rem;
height: 5.68rem;
position: relative;
}
</style>
</head>
<body>
<div class="main"></div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script src="../../lib/langchange.js?v=202004071813"></script>
<script>
$('title').html(langList[langType].draw1);
if(langType == 0){
$('.main').html('<img src="img/no_cn.png" class="noPay"/>');
} else {
$('.main').html('<img src="img/no_en.png" class="noPay"/>');
}
</script>
</html>